Skip to content

Commit

Permalink
[maven-release-plugin] prepare release easy-rules-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 6, 2020
1 parent 0755a57 commit 702a368
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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>4.1.0-SNAPSHOT</version>
<version>4.1.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-4.1.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>4.1.0-SNAPSHOT</version>
<version>4.1.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-4.1.0</tag>
</scm>

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

<artifactId>easy-rules-jexl</artifactId>
Expand All @@ -20,7 +20,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-4.1.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>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

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

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

<artifactId>easy-rules-spel</artifactId>
Expand All @@ -20,7 +20,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-4.1.0</tag>
</scm>

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

<artifactId>easy-rules-support</artifactId>
Expand All @@ -16,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-4.1.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>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>easy-rules-tutorials</artifactId>
Expand All @@ -24,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-4.1.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>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>

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

<issueManagement>
Expand Down

0 comments on commit 702a368

Please sign in to comment.