Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Nov 21, 2020
1 parent 0baaf63 commit a39ce2b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kcache-bdbje/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kcache-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kcache-lmdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kcache-mapdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kcache-rocksdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>kcache-parent</artifactId>
<groupId>io.kcache</groupId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

<groupId>io.kcache</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.kcache</groupId>
<artifactId>kcache-parent</artifactId>
<version>3.3.6</version>
<version>3.3.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>kcache</name>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:git://github.com:rayokota/kcache.git</connection>
<developerConnection>scm:git:git@github.com:rayokota/kcache.git</developerConnection>
<url>git@github.com:rayokota/kcache.git</url>
<tag>kcache-parent-3.3.6</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit a39ce2b

Please sign in to comment.