Skip to content

Commit

Permalink
Set version to: 1.554.3.JENKINS-18065-ALLRM-all
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 11, 2014
1 parent b942502 commit 0faad29
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pom</artifactId>
<groupId>org.jenkins-ci.main</groupId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</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>pom</artifactId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions plugins/pom.xml
Expand Up @@ -39,19 +39,19 @@
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<type>war</type>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-core</artifactId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<scope>test</scope>
</dependency>
<!--
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@ THE SOFTWARE.

<groupId>org.jenkins-ci.main</groupId>
<artifactId>pom</artifactId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<packaging>pom</packaging>

<name>Jenkins main module</name>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.
<parent>
<artifactId>pom</artifactId>
<groupId>org.jenkins-ci.main</groupId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
</parent>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
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>pom</artifactId>
<version>1.554.3</version>
<version>1.554.3.JENKINS-18065-ALLRM-all</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 0faad29

Please sign in to comment.