Skip to content

Commit e461ff3

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

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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>3.2</version>
30+
<version>3.3-SNAPSHOT</version>
3131
<packaging>pom</packaging>
3232

3333
<name>UniqueID</name>
@@ -65,7 +65,7 @@
6565
<connection>scm:git:[email protected]:LableOrg/java-uniqueid.git</connection>
6666
<developerConnection>scm:git:[email protected]:LableOrg/java-uniqueid.git</developerConnection>
6767
<url>https://github.com/LableOrg/java-uniqueid</url>
68-
<tag>v3.2</tag>
68+
<tag>HEAD</tag>
6969
</scm>
7070

7171
<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>3.2</version>
23+
<version>3.3-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>3.2</version>
23+
<version>3.3-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

uniqueid-zookeeper/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>3.2</version>
23+
<version>3.3-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)