Skip to content

Commit

Permalink
[maven-release-plugin] prepare release easy-rules-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Apr 9, 2018
1 parent ec4131d commit 2de512c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 15 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.2.0-SNAPSHOT</version>
<version>3.2.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.2.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.2.0-SNAPSHOT</version>
<version>3.2.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.2.0</tag>
</scm>

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

<artifactId>easy-rules-mvel</artifactId>
Expand All @@ -22,7 +22,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.2.0</tag>
</scm>

<issueManagement>
Expand Down
8 changes: 3 additions & 5 deletions easy-rules-support/pom.xml
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>easy-rules-support</artifactId>
Expand All @@ -18,7 +16,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.2.0</tag>
</scm>

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

<artifactId>easy-rules-tutorials</artifactId>
Expand All @@ -25,7 +25,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.2.0</tag>
</scm>

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

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

<modules>
<module>easy-rules-archetype</module>
Expand Down Expand Up @@ -47,7 +47,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.2.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 2de512c

Please sign in to comment.