[maven-release-plugin] prepare release easy-rules-3.0.0

pull/94/head easy-rules-3.0.0
Mahmoud Ben Hassine 8 years ago
parent 0823280220
commit 1184d25b14

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>org.jeasy</groupId> <groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId> <artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -27,7 +27,7 @@
<url>git@github.com:j-easy/easy-rules.git</url> <url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection> <connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag> <tag>easy-rules-3.0.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jeasy</groupId> <groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId> <artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
</parent> </parent>
<artifactId>easy-rules-core</artifactId> <artifactId>easy-rules-core</artifactId>
@ -17,7 +17,7 @@
<url>git@github.com:j-easy/easy-rules.git</url> <url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection> <connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag> <tag>easy-rules-3.0.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>

@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jeasy</groupId> <groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId> <artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
</parent> </parent>
<artifactId>easy-rules-tutorials</artifactId> <artifactId>easy-rules-tutorials</artifactId>
@ -25,7 +24,7 @@
<url>git@github.com:j-easy/easy-rules.git</url> <url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection> <connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag> <tag>easy-rules-3.0.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>

@ -10,7 +10,7 @@
<groupId>org.jeasy</groupId> <groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId> <artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
<modules> <modules>
<module>easy-rules-archetype</module> <module>easy-rules-archetype</module>
@ -43,7 +43,7 @@
<url>git@github.com:j-easy/easy-rules.git</url> <url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection> <connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag> <tag>easy-rules-3.0.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>
@ -175,7 +175,7 @@
</goals> </goals>
<configuration> <configuration>
<rules> <rules>
<dependencyConvergence/> <dependencyConvergence />
</rules> </rules>
<fail>true</fail> <fail>true</fail>
</configuration> </configuration>

Loading…
Cancel
Save