Skip to content

Commit

Permalink
mvn incrementals:reincrementalify
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed May 28, 2018
1 parent 15d6a7a commit bc37379
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>2.126-SNAPSHOT</version>
<version>${revision}${changelist}</version>
</parent>

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

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

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

<name>Jenkins main module</name>
Expand Down Expand Up @@ -75,7 +75,7 @@ THE SOFTWARE.
</issueManagement>

<properties>
<revision>2.125</revision>
<revision>2.126</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/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>2.126-SNAPSHOT</version>
<version>${revision}${changelist}</version>
</parent>

<artifactId>jenkins-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-parent</artifactId>
<version>2.126-SNAPSHOT</version>
<version>${revision}${changelist}</version>
</parent>

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

0 comments on commit bc37379

Please sign in to comment.