Skip to content

Commit 979dc08

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ab35c52 commit 979dc08

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>pom</artifactId>
77
<groupId>org.jenkins-ci.main</groupId>
8-
<version>1.444</version>
8+
<version>1.445-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE.
2929
<parent>
3030
<groupId>org.jenkins-ci.main</groupId>
3131
<artifactId>pom</artifactId>
32-
<version>1.444</version>
32+
<version>1.445-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE.
2929
<parent>
3030
<groupId>org.jenkins-ci.main</groupId>
3131
<artifactId>pom</artifactId>
32-
<version>1.444</version>
32+
<version>1.445-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>maven-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THE SOFTWARE.
3333

3434
<groupId>org.jenkins-ci.main</groupId>
3535
<artifactId>pom</artifactId>
36-
<version>1.444</version>
36+
<version>1.445-SNAPSHOT</version>
3737
<packaging>pom</packaging>
3838

3939
<name>Jenkins main module</name>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE.
2929
<parent>
3030
<artifactId>pom</artifactId>
3131
<groupId>org.jenkins-ci.main</groupId>
32-
<version>1.444</version>
32+
<version>1.445-SNAPSHOT</version>
3333
</parent>
3434
<groupId>org.jenkins-ci.main</groupId>
3535
<artifactId>jenkins-test-harness</artifactId>

ui-samples-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ THE SOFTWARE.
2929
<parent>
3030
<groupId>org.jenkins-ci.main</groupId>
3131
<artifactId>pom</artifactId>
32-
<version>1.444</version>
32+
<version>1.445-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>ui-samples-plugin</artifactId>

war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ THE SOFTWARE.
2828
<parent>
2929
<groupId>org.jenkins-ci.main</groupId>
3030
<artifactId>pom</artifactId>
31-
<version>1.444</version>
31+
<version>1.445-SNAPSHOT</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

0 commit comments

Comments
 (0)