Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit e5f9ec5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent fc9c70c commit e5f9ec5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323
<groupId>no.java.submitit</groupId>
2424
<artifactId>submitit</artifactId>
25-
<version>1.0.12</version>
25+
<version>1.0.13-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727
<name>submitit</name>
2828
<inceptionYear>2008</inceptionYear>

submitit-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>submitit</artifactId>
2020
<groupId>no.java.submitit</groupId>
21-
<version>1.0.12</version>
21+
<version>1.0.13-SNAPSHOT</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

submitit-ems-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>submitit</artifactId>
2222
<groupId>no.java.submitit</groupId>
23-
<version>1.0.12</version>
23+
<version>1.0.13-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>submitit-ems-client</artifactId>

submitit-pkg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>no.java.submitit</groupId>
88
<artifactId>submitit</artifactId>
9-
<version>1.0.12</version>
9+
<version>1.0.13-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>submitit-pkg</artifactId>

submitit-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>submitit</artifactId>
2020
<groupId>no.java.submitit</groupId>
21-
<version>1.0.12</version>
21+
<version>1.0.13-SNAPSHOT</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)