Skip to content

Commit a3e3e1e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f77e862 commit a3e3e1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

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

2828
<groupId>org.lable.oss.uniqueid</groupId>
2929
<artifactId>uniqueid</artifactId>
30-
<version>4.6</version>
30+
<version>4.7-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>UniqueID</name>
@@ -62,7 +62,7 @@
6262
<connection>scm:git:[email protected]:LableOrg/java-uniqueid.git</connection>
6363
<developerConnection>scm:git:[email protected]:LableOrg/java-uniqueid.git</developerConnection>
6464
<url>https://github.com/LableOrg/java-uniqueid</url>
65-
<tag>v4.6</tag>
65+
<tag>v4.5</tag>
6666
</scm>
6767

6868
<developers>

uniqueid-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>uniqueid</artifactId>
2222
<groupId>org.lable.oss.uniqueid</groupId>
23-
<version>4.6</version>
23+
<version>4.7-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

uniqueid-etcd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>uniqueid</artifactId>
2222
<groupId>org.lable.oss.uniqueid</groupId>
23-
<version>4.6</version>
23+
<version>4.7-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)