Skip to content

Commit 1184d25

Browse files
committed
[maven-release-plugin] prepare release easy-rules-3.0.0
1 parent 0823280 commit 1184d25

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
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.0.0-SNAPSHOT</version>
5+
<version>3.0.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.0.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.0.0-SNAPSHOT</version>
7+
<version>3.0.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.0.0</tag>
2121
</scm>
2222

2323
<issueManagement>

easy-rules-tutorials/pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.jeasy</groupId>
76
<artifactId>easy-rules</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
7+
<version>3.0.0</version>
98
</parent>
109

1110
<artifactId>easy-rules-tutorials</artifactId>
@@ -25,7 +24,7 @@
2524
<url>[email protected]:j-easy/easy-rules.git</url>
2625
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
2726
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
28-
<tag>HEAD</tag>
27+
<tag>easy-rules-3.0.0</tag>
2928
</scm>
3029

3130
<issueManagement>

pom.xml

+3-3
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.0.0-SNAPSHOT</version>
13+
<version>3.0.0</version>
1414

1515
<modules>
1616
<module>easy-rules-archetype</module>
@@ -43,7 +43,7 @@
4343
<url>[email protected]:j-easy/easy-rules.git</url>
4444
<connection>scm:git:[email protected]:j-easy/easy-rules.git</connection>
4545
<developerConnection>scm:git:[email protected]:j-easy/easy-rules.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>easy-rules-3.0.0</tag>
4747
</scm>
4848

4949
<issueManagement>
@@ -175,7 +175,7 @@
175175
</goals>
176176
<configuration>
177177
<rules>
178-
<dependencyConvergence/>
178+
<dependencyConvergence />
179179
</rules>
180180
<fail>true</fail>
181181
</configuration>

0 commit comments

Comments
 (0)