mirror of https://github.com/jenkinsci/jenkins.git
the trunk is toward 1.592-SNAPSHOT
This commit is contained in:
parent
b2121adb5c
commit
7f990004ec
|
|
@ -5,7 +5,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>cli</artifactId>
|
<artifactId>cli</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<groupId>org.jenkins-ci.plugins</groupId>
|
<groupId>org.jenkins-ci.plugins</groupId>
|
||||||
<artifactId>plugin</artifactId>
|
<artifactId>plugin</artifactId>
|
||||||
<name>Jenkins plugin POM</name>
|
<name>Jenkins plugin POM</name>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
@ -40,19 +40,19 @@
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>jenkins-war</artifactId>
|
<artifactId>jenkins-war</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>jenkins-core</artifactId>
|
<artifactId>jenkins-core</artifactId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>jenkins-test-harness</artifactId>
|
<artifactId>jenkins-test-harness</artifactId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -33,7 +33,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Jenkins main module</name>
|
<name>Jenkins main module</name>
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>jenkins-test-harness</artifactId>
|
<artifactId>jenkins-test-harness</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ THE SOFTWARE.
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.jenkins-ci.main</groupId>
|
<groupId>org.jenkins-ci.main</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>1.591-SNAPSHOT</version>
|
<version>1.592-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue