Skip to content

Commit 603b14a

Browse files
committed
[maven-release-plugin] prepare release easyrules-2.5.0
1 parent aa113a8 commit 603b14a

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

easyrules-archetype/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.easyrules</groupId>
44
<artifactId>easyrules</artifactId>
5-
<version>2.5.0-SNAPSHOT</version>
5+
<version>2.5.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>easyrules-2.5.0</tag>
3131
</scm>
3232

3333
<issueManagement>

easyrules-core/pom.xml

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

1010
<artifactId>easyrules-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>easyrules-2.5.0</tag>
2121
</scm>
2222

2323
<issueManagement>

easyrules-quartz/pom.xml

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

1010
<artifactId>easyrules-quartz</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>easyrules-2.5.0</tag>
2121
</scm>
2222

2323
<issueManagement>

easyrules-spring-boot-starter/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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

75
<parent>
86
<groupId>org.easyrules</groupId>
97
<artifactId>easyrules</artifactId>
10-
<version>2.5.0-SNAPSHOT</version>
8+
<version>2.5.0</version>
119
</parent>
1210

1311
<artifactId>easyrules-spring-boot-starter</artifactId>
@@ -20,7 +18,7 @@
2018
<url>[email protected]:j-easy/easy-rules.git</url>
2119
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2220
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
23-
<tag>HEAD</tag>
21+
<tag>easyrules-2.5.0</tag>
2422
</scm>
2523

2624
<issueManagement>

easyrules-spring/pom.xml

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

1010
<artifactId>easyrules-spring</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>easyrules-2.5.0</tag>
2121
</scm>
2222

2323
<issueManagement>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.easyrules</groupId>
1212
<artifactId>easyrules</artifactId>
13-
<version>2.5.0-SNAPSHOT</version>
13+
<version>2.5.0</version>
1414

1515
<modules>
1616
<module>easyrules-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>easyrules-2.5.0</tag>
5151
</scm>
5252

5353
<issueManagement>
@@ -238,7 +238,7 @@
238238
</goals>
239239
<configuration>
240240
<rules>
241-
<dependencyConvergence/>
241+
<dependencyConvergence />
242242
</rules>
243243
<fail>true</fail>
244244
</configuration>

0 commit comments

Comments
 (0)