Skip to content

Commit

Permalink
[maven-release-plugin] prepare release dashboard-view-2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed May 27, 2021
1 parent f61459d commit 334b76f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.18</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>dashboard-view</artifactId>
<version>${revision}${changelist}</version>
<version>2.17</version>
<packaging>hpi</packaging>

<name>Dashboard View</name>
Expand All @@ -37,7 +36,7 @@
<connection>scm:git:git://github.com/jenkinsci/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${gitHubRepo}.git</developerConnection>
<url>https://github.com/jenkinsci/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>dashboard-view-2.17</tag>
</scm>

<properties>
Expand Down

0 comments on commit 334b76f

Please sign in to comment.