Skip to content

Commit 860d1c7

Browse files
committed
[maven-release-plugin] prepare release easy-random-4.2.0
1 parent bdb9464 commit 860d1c7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

easy-random-bean-validation/pom.xml

+2-2
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>4.2.0-SNAPSHOT</version>
6+
<version>4.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>[email protected]:j-easy/easy-random.git</url>
1717
<connection>scm:git:[email protected]:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:[email protected]:j-easy/easy-random.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>easy-random-4.2.0</tag>
2020
</scm>
2121

2222
<ciManagement>

easy-random-core/pom.xml

+2-2
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>4.2.0-SNAPSHOT</version>
6+
<version>4.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>[email protected]:j-easy/easy-random.git</url>
1717
<connection>scm:git:[email protected]:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:[email protected]:j-easy/easy-random.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>easy-random-4.2.0</tag>
2020
</scm>
2121

2222
<ciManagement>

easy-random-randomizers/pom.xml

+2-2
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>4.2.0-SNAPSHOT</version>
6+
<version>4.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -16,7 +16,7 @@
1616
<url>[email protected]:j-easy/easy-random.git</url>
1717
<connection>scm:git:[email protected]:j-easy/easy-random.git</connection>
1818
<developerConnection>scm:git:[email protected]:j-easy/easy-random.git</developerConnection>
19-
<tag>HEAD</tag>
19+
<tag>easy-random-4.2.0</tag>
2020
</scm>
2121

2222
<ciManagement>

pom.xml

+2-2
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>4.2.0-SNAPSHOT</version>
13+
<version>4.2.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Easy Random</name>
@@ -47,7 +47,7 @@
4747
<url>[email protected]:j-easy/easy-random.git</url>
4848
<connection>scm:git:[email protected]:j-easy/easy-random.git</connection>
4949
<developerConnection>scm:git:[email protected]:j-easy/easy-random.git</developerConnection>
50-
<tag>HEAD</tag>
50+
<tag>easy-random-4.2.0</tag>
5151
</scm>
5252

5353
<ciManagement>

0 commit comments

Comments
 (0)