Skip to content

Commit 7c63543

Browse files
committed
the trunk is toward 1.445-SNAPSHOT
1 parent 2a459db commit 7c63543

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
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-SNAPSHOT</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-SNAPSHOT</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-SNAPSHOT</version>
32+
<version>1.445-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>maven-plugin</artifactId>

plugins/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.jenkins-ci.plugins</groupId>
1111
<artifactId>plugin</artifactId>
1212
<name>Jenkins plugin POM</name>
13-
<version>1.444-SNAPSHOT</version>
13+
<version>1.445-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<!--
@@ -33,7 +33,7 @@
3333
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
3434
<groupId>org.jenkins-ci.main</groupId>
3535
<artifactId>maven-plugin</artifactId>
36-
<version>1.444-SNAPSHOT</version>
36+
<version>1.445-SNAPSHOT</version>
3737
</dependency>
3838
</dependencies>
3939
</dependencyManagement>
@@ -43,25 +43,25 @@
4343
<groupId>org.jenkins-ci.main</groupId>
4444
<artifactId>jenkins-war</artifactId>
4545
<type>war</type>
46-
<version>1.444-SNAPSHOT</version>
46+
<version>1.445-SNAPSHOT</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.jenkins-ci.main</groupId>
5151
<artifactId>jenkins-core</artifactId>
52-
<version>1.444-SNAPSHOT</version>
52+
<version>1.445-SNAPSHOT</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jenkins-ci.main</groupId>
5757
<artifactId>jenkins-test-harness</artifactId>
58-
<version>1.444-SNAPSHOT</version>
58+
<version>1.445-SNAPSHOT</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jenkins-ci.main</groupId>
6363
<artifactId>ui-samples-plugin</artifactId>
64-
<version>1.444-SNAPSHOT</version>
64+
<version>1.445-SNAPSHOT</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

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-SNAPSHOT</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-SNAPSHOT</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-SNAPSHOT</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-SNAPSHOT</version>
31+
<version>1.445-SNAPSHOT</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

0 commit comments

Comments
 (0)