Skip to content

Commit

Permalink
[maven-release-plugin] prepare release easy-rules-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed May 30, 2017
1 parent 0823280 commit 1184d25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions easy-rules-archetype/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -27,7 +27,7 @@
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag>
<tag>easy-rules-3.0.0</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions easy-rules-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>easy-rules-core</artifactId>
Expand All @@ -17,7 +17,7 @@
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag>
<tag>easy-rules-3.0.0</tag>
</scm>

<issueManagement>
Expand Down
7 changes: 3 additions & 4 deletions easy-rules-tutorials/pom.xml
@@ -1,11 +1,10 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<artifactId>easy-rules-tutorials</artifactId>
Expand All @@ -25,7 +24,7 @@
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag>
<tag>easy-rules-3.0.0</tag>
</scm>

<issueManagement>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<modules>
<module>easy-rules-archetype</module>
Expand Down Expand Up @@ -43,7 +43,7 @@
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<tag>HEAD</tag>
<tag>easy-rules-3.0.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -175,7 +175,7 @@
</goals>
<configuration>
<rules>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit 1184d25

Please sign in to comment.