Skip to content

Commit

Permalink
[maven-release-plugin] prepare release easyrules-2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed May 18, 2017
1 parent aa113a8 commit 603b14a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
4 changes: 2 additions & 2 deletions easyrules-archetype/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.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>easyrules-2.5.0</tag>
</scm>

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

<artifactId>easyrules-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>easyrules-2.5.0</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions easyrules-quartz/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>easyrules-quartz</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>easyrules-2.5.0</tag>
</scm>

<issueManagement>
Expand Down
8 changes: 3 additions & 5 deletions easyrules-spring-boot-starter/pom.xml
@@ -1,13 +1,11 @@
<?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.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>easyrules-spring-boot-starter</artifactId>
Expand All @@ -20,7 +18,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>easyrules-2.5.0</tag>
</scm>

<issueManagement>
Expand Down
4 changes: 2 additions & 2 deletions easyrules-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
</parent>

<artifactId>easyrules-spring</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>easyrules-2.5.0</tag>
</scm>

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

<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>

<modules>
<module>easyrules-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>easyrules-2.5.0</tag>
</scm>

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

0 comments on commit 603b14a

Please sign in to comment.