Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Jun 9, 2019
1 parent dae01c1 commit 3ba5ca4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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>2.180</version>
<version>${revision}${changelist}</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>2.180</version>
<version>${revision}${changelist}</version>
</parent>

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

<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>2.180</version>
<version>${revision}${changelist}</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>jenkins-2.180</tag>
<tag>${scmTag}</tag>
</scm>

<distributionManagement>
Expand All @@ -76,7 +76,7 @@ THE SOFTWARE.
</issueManagement>

<properties>
<revision>2.180</revision>
<revision>2.181</revision>
<changelist>-SNAPSHOT</changelist>

<!-- *.html files are in UTF-8, and *.properties are in iso-8859-1, so this configuration is actually incorrect,
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>2.180</version>
<version>${revision}${changelist}</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>2.180</version>
<version>${revision}${changelist}</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>2.180</version>
<version>${revision}${changelist}</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>2.180</version>
<version>${revision}${changelist}</version>
</parent>

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

0 comments on commit 3ba5ca4

Please sign in to comment.