Skip to content

Commit 2de512c

Browse files
committed
[maven-release-plugin] prepare release easy-rules-3.2.0
1 parent ec4131d commit 2de512c

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

easy-rules-archetype/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.jeasy</groupId>
44
<artifactId>easy-rules</artifactId>
5-
<version>3.2.0-SNAPSHOT</version>
5+
<version>3.2.0</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

@@ -27,7 +27,7 @@
2727
<url>[email protected]:j-easy/easy-rules.git</url>
2828
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2929
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>easy-rules-3.2.0</tag>
3131
</scm>
3232

3333
<issueManagement>

easy-rules-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jeasy</groupId>
66
<artifactId>easy-rules</artifactId>
7-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>easy-rules-core</artifactId>
@@ -17,7 +17,7 @@
1717
<url>[email protected]:j-easy/easy-rules.git</url>
1818
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
1919
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>easy-rules-3.2.0</tag>
2121
</scm>
2222

2323
<issueManagement>

easy-rules-mvel/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jeasy</groupId>
66
<artifactId>easy-rules</artifactId>
7-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>easy-rules-mvel</artifactId>
@@ -22,7 +22,7 @@
2222
<url>[email protected]:j-easy/easy-rules.git</url>
2323
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2424
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
25-
<tag>HEAD</tag>
25+
<tag>easy-rules-3.2.0</tag>
2626
</scm>
2727

2828
<issueManagement>

easy-rules-support/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.jeasy</groupId>
86
<artifactId>easy-rules</artifactId>
9-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
108
</parent>
119

1210
<artifactId>easy-rules-support</artifactId>
@@ -18,7 +16,7 @@
1816
<url>[email protected]:j-easy/easy-rules.git</url>
1917
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2018
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
21-
<tag>HEAD</tag>
19+
<tag>easy-rules-3.2.0</tag>
2220
</scm>
2321

2422
<issueManagement>

easy-rules-tutorials/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jeasy</groupId>
66
<artifactId>easy-rules</artifactId>
7-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99

1010
<artifactId>easy-rules-tutorials</artifactId>
@@ -25,7 +25,7 @@
2525
<url>[email protected]:j-easy/easy-rules.git</url>
2626
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2727
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
28-
<tag>HEAD</tag>
28+
<tag>easy-rules-3.2.0</tag>
2929
</scm>
3030

3131
<issueManagement>

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-rules</artifactId>
13-
<version>3.2.0-SNAPSHOT</version>
13+
<version>3.2.0</version>
1414

1515
<modules>
1616
<module>easy-rules-archetype</module>
@@ -47,7 +47,7 @@
4747
<url>[email protected]:j-easy/easy-rules.git</url>
4848
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
4949
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
50-
<tag>HEAD</tag>
50+
<tag>easy-rules-3.2.0</tag>
5151
</scm>
5252

5353
<issueManagement>

0 commit comments

Comments
 (0)