Skip to content

Commit d5f4785

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

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

easy-random-bean-validation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>easy-random</artifactId>
55
<groupId>org.jeasy</groupId>
6-
<version>5.0.0</version>
6+
<version>5.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>git@github.com:j-easy/easy-random.git</url>
1717
<connection>scm:git:git@github.com:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:git@github.com:j-easy/easy-random.git</developerConnection>
19-
<tag>easy-random-5.0.0</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<ciManagement>

easy-random-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>easy-random</artifactId>
55
<groupId>org.jeasy</groupId>
6-
<version>5.0.0</version>
6+
<version>5.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>git@github.com:j-easy/easy-random.git</url>
1717
<connection>scm:git:git@github.com:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:git@github.com:j-easy/easy-random.git</developerConnection>
19-
<tag>easy-random-5.0.0</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<ciManagement>

easy-random-randomizers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>easy-random</artifactId>
55
<groupId>org.jeasy</groupId>
6-
<version>5.0.0</version>
6+
<version>5.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>git@github.com:j-easy/easy-random.git</url>
1717
<connection>scm:git:git@github.com:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:git@github.com:j-easy/easy-random.git</developerConnection>
19-
<tag>easy-random-5.0.0</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<ciManagement>

pom.xml

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

1111
<groupId>org.jeasy</groupId>
1212
<artifactId>easy-random</artifactId>
13-
<version>5.0.0</version>
13+
<version>5.0.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Easy Random</name>
@@ -45,7 +45,7 @@
4545
<url>git@github.com:j-easy/easy-random.git</url>
4646
<connection>scm:git:git@github.com:j-easy/easy-random.git</connection>
4747
<developerConnection>scm:git:git@github.com:j-easy/easy-random.git</developerConnection>
48-
<tag>easy-random-5.0.0</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050

5151
<ciManagement>

0 commit comments

Comments
 (0)