Skip to content

Commit 468a791

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c9e3072 commit 468a791

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>path-mapped</artifactId>
2222
<groupId>org.commonjava.util</groupId>
23-
<version>3.1</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pathdb/datastax/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>path-mapped-pathdb</artifactId>
2222
<groupId>org.commonjava.util</groupId>
23-
<version>3.1</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pathdb/jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>path-mapped-pathdb</artifactId>
2222
<groupId>org.commonjava.util</groupId>
23-
<version>3.1</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pathdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>path-mapped</artifactId>
2222
<groupId>org.commonjava.util</groupId>
23-
<version>3.1</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.commonjava.util</groupId>
2828
<artifactId>path-mapped</artifactId>
29-
<version>3.1</version>
29+
<version>3.2-SNAPSHOT</version>
3030

3131
<packaging>pom</packaging>
3232
<modules>
@@ -43,7 +43,7 @@
4343
<connection>scm:git:https://github.com/commonjava/path-mapped-storage</connection>
4444
<developerConnection>scm:git:https://github.com/commonjava/path-mapped-storage</developerConnection>
4545
<url>https://github.com/Commonjava/path-mapped-storage</url>
46-
<tag>path-mapped-3.1</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
<properties>
@@ -80,27 +80,27 @@
8080
<dependency>
8181
<groupId>org.commonjava.util</groupId>
8282
<artifactId>path-mapped-common</artifactId>
83-
<version>3.1</version>
83+
<version>3.2-SNAPSHOT</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.commonjava.util</groupId>
8787
<artifactId>path-mapped-storage</artifactId>
88-
<version>3.1</version>
88+
<version>3.2-SNAPSHOT</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.commonjava.util</groupId>
9292
<artifactId>path-mapped-pathdb</artifactId>
93-
<version>3.1</version>
93+
<version>3.2-SNAPSHOT</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.commonjava.util</groupId>
9797
<artifactId>path-mapped-pathdb-datastax</artifactId>
98-
<version>3.1</version>
98+
<version>3.2-SNAPSHOT</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.commonjava.util</groupId>
102102
<artifactId>path-mapped-pathdb-jpa</artifactId>
103-
<version>3.1</version>
103+
<version>3.2-SNAPSHOT</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.commonjava.util</groupId>

storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>path-mapped</artifactId>
2222
<groupId>org.commonjava.util</groupId>
23-
<version>3.1</version>
23+
<version>3.2-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)