Skip to content

Commit d49f311

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 73fdef9 commit d49f311

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>2.7</version>
23+
<version>2.8-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>2.7</version>
23+
<version>2.8-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>2.7</version>
23+
<version>2.8-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>2.7</version>
23+
<version>2.8-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>2.7</version>
29+
<version>2.8-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-2.7</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
<properties>
@@ -72,27 +72,27 @@
7272
<dependency>
7373
<groupId>org.commonjava.util</groupId>
7474
<artifactId>path-mapped-common</artifactId>
75-
<version>2.7</version>
75+
<version>2.8-SNAPSHOT</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.commonjava.util</groupId>
7979
<artifactId>path-mapped-storage</artifactId>
80-
<version>2.7</version>
80+
<version>2.8-SNAPSHOT</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.commonjava.util</groupId>
8484
<artifactId>path-mapped-pathdb</artifactId>
85-
<version>2.7</version>
85+
<version>2.8-SNAPSHOT</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.commonjava.util</groupId>
8989
<artifactId>path-mapped-pathdb-datastax</artifactId>
90-
<version>2.7</version>
90+
<version>2.8-SNAPSHOT</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.commonjava.util</groupId>
9494
<artifactId>path-mapped-pathdb-jpa</artifactId>
95-
<version>2.7</version>
95+
<version>2.8-SNAPSHOT</version>
9696
</dependency>
9797
<dependency>
9898
<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>2.7</version>
23+
<version>2.8-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)