Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jenkins-2.179
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed May 26, 2019
1 parent 9612f08 commit 6e81b50
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
</parent>

<artifactId>jenkins-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
<packaging>pom</packaging>

<name>Jenkins main module</name>
Expand All @@ -60,7 +60,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/jenkins.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/jenkins.git</developerConnection>
<url>https://github.com/jenkinsci/jenkins</url>
<tag>${scmTag}</tag>
<tag>jenkins-2.179</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-jdk8/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
<relativePath>../test-pom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test-pom/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
</parent>

<artifactId>jenkins-test-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
<relativePath>../test-pom</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>${revision}${changelist}</version>
<version>2.179</version>
</parent>

<artifactId>jenkins-war</artifactId>
Expand Down

0 comments on commit 6e81b50

Please sign in to comment.