Permalink
Browse files
Merge remote-tracking branch 'primary/2.0' into JENKINS-33599-write-f…
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+1
−1
cli/pom.xml
-
+1
−1
core/pom.xml
-
+1
−1
pom.xml
-
+1
−1
test/pom.xml
-
+1
−1
war/pom.xml
|
@@ -5,7 +5,7 @@ |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci.main</groupId> |
|
|
<artifactId>pom</artifactId> |
|
|
<version>2.0-alpha-4-SNAPSHOT</version> |
|
|
<version>2.0-alpha-5-SNAPSHOT</version> |
|
|
</parent> |
|
|
|
|
|
<artifactId>cli</artifactId> |
|
|
|
@@ -29,7 +29,7 @@ THE SOFTWARE. |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci.main</groupId> |
|
|
<artifactId>pom</artifactId> |
|
|
<version>2.0-alpha-4-SNAPSHOT</version> |
|
|
<version>2.0-alpha-5-SNAPSHOT</version> |
|
|
</parent> |
|
|
|
|
|
<artifactId>jenkins-core</artifactId> |
|
|
|
@@ -33,7 +33,7 @@ THE SOFTWARE. |
|
|
|
|
|
<groupId>org.jenkins-ci.main</groupId> |
|
|
<artifactId>pom</artifactId> |
|
|
<version>2.0-alpha-4-SNAPSHOT</version> |
|
|
<version>2.0-alpha-5-SNAPSHOT</version> |
|
|
<packaging>pom</packaging> |
|
|
|
|
|
<name>Jenkins main module</name> |
|
|
|
@@ -28,7 +28,7 @@ THE SOFTWARE. |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci.main</groupId> |
|
|
<artifactId>pom</artifactId> |
|
|
<version>2.0-alpha-4-SNAPSHOT</version> |
|
|
<version>2.0-alpha-5-SNAPSHOT</version> |
|
|
</parent> |
|
|
|
|
|
<artifactId>test</artifactId> |
|
|
|
@@ -28,7 +28,7 @@ THE SOFTWARE. |
|
|
<parent> |
|
|
<groupId>org.jenkins-ci.main</groupId> |
|
|
<artifactId>pom</artifactId> |
|
|
<version>2.0-alpha-4-SNAPSHOT</version> |
|
|
<version>2.0-alpha-5-SNAPSHOT</version> |
|
|
</parent> |
|
|
|
|
|
<artifactId>jenkins-war</artifactId> |
|
|
0 comments on commit
3083905