Skip to content

Commit 05b9ab2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 08067ee commit 05b9ab2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.terma</groupId>
77
<artifactId>gigaspace-sql-console</artifactId>
8-
<version>0.0.31</version>
8+
<version>0.0.32-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gigaspace-sql-console-core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.terma</groupId>
66
<artifactId>gigaspace-sql-console</artifactId>
7-
<version>0.0.31</version>
7+
<version>0.0.32-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<modules>
@@ -40,7 +40,7 @@
4040
<scm>
4141
<developerConnection>scm:git:https://github.com/terma/gigaspace-sql-console.git</developerConnection>
4242
<connection>scm:git:https://github.com/terma/gigaspace-sql-console.git</connection>
43-
<tag>gigaspace-sql-console-0.0.31</tag>
43+
<tag>gigaspace-sql-console-0.0.29</tag>
4444
</scm>
4545

4646
<repositories>

provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.terma</groupId>
77
<artifactId>gigaspace-sql-console</artifactId>
8-
<version>0.0.31</version>
8+
<version>0.0.32-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gigaspace-sql-console-provider</artifactId>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.terma</groupId>
77
<artifactId>gigaspace-sql-console</artifactId>
8-
<version>0.0.31</version>
8+
<version>0.0.32-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>gigaspace-sql-console-web</artifactId>

0 commit comments

Comments
 (0)