Skip to content

Commit f9f3779

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.github.rockylomo</groupId>
55
<artifactId>rx</artifactId>
6-
<version>2.20.11</version>
6+
<version>2.20.12-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<parent>
@@ -32,7 +32,7 @@
3232
<url>https://github.com/RockyLOMO/rxlib</url>
3333
<connection>scm:git:https://github.com/RockyLOMO/rxlib.git</connection>
3434
<developerConnection>scm:git:https://github.com/RockyLOMO/rxlib.git</developerConnection>
35-
<tag>rx-2.20.11</tag>
35+
<tag>HEAD</tag>
3636
</scm>
3737
<organization>
3838
<name>com.github.rockylomo</name>

rxlib-x/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.rockylomo</groupId>
66
<artifactId>rx</artifactId>
7-
<version>2.20.11</version>
7+
<version>2.20.12-SNAPSHOT</version>
88
</parent>
99
<artifactId>rxlib-x</artifactId>
1010
<packaging>jar</packaging>

rxlib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.rockylomo</groupId>
66
<artifactId>rx</artifactId>
7-
<version>2.20.11</version>
7+
<version>2.20.12-SNAPSHOT</version>
88
</parent>
99
<!-- -SNAPSHOT -->
1010
<artifactId>rxlib</artifactId>

0 commit comments

Comments
 (0)