Skip to content

Commit 6822f12

Browse files
committed
[maven-release-plugin] rollback the release of path-mapped-3.1
1 parent 468a791 commit 6822f12

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.2-SNAPSHOT</version>
23+
<version>3.1-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.2-SNAPSHOT</version>
23+
<version>3.1-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.2-SNAPSHOT</version>
23+
<version>3.1-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.2-SNAPSHOT</version>
23+
<version>3.1-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 6 additions & 6 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.2-SNAPSHOT</version>
29+
<version>3.1-SNAPSHOT</version>
3030

3131
<packaging>pom</packaging>
3232
<modules>
@@ -80,27 +80,27 @@
8080
<dependency>
8181
<groupId>org.commonjava.util</groupId>
8282
<artifactId>path-mapped-common</artifactId>
83-
<version>3.2-SNAPSHOT</version>
83+
<version>3.1-SNAPSHOT</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.commonjava.util</groupId>
8787
<artifactId>path-mapped-storage</artifactId>
88-
<version>3.2-SNAPSHOT</version>
88+
<version>3.1-SNAPSHOT</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.commonjava.util</groupId>
9292
<artifactId>path-mapped-pathdb</artifactId>
93-
<version>3.2-SNAPSHOT</version>
93+
<version>3.1-SNAPSHOT</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.commonjava.util</groupId>
9797
<artifactId>path-mapped-pathdb-datastax</artifactId>
98-
<version>3.2-SNAPSHOT</version>
98+
<version>3.1-SNAPSHOT</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.commonjava.util</groupId>
102102
<artifactId>path-mapped-pathdb-jpa</artifactId>
103-
<version>3.2-SNAPSHOT</version>
103+
<version>3.1-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.2-SNAPSHOT</version>
23+
<version>3.1-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)