Skip to content

Commit

Permalink
Bump development version to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 8, 2019
1 parent 4f4d131 commit 4c89a87
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion easy-rules-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules-core</artifactId>
<version>3.4.0</version>
<version>4.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion easy-rules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions easy-rules-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-mvel</artifactId>
Expand Down Expand Up @@ -121,4 +121,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions easy-rules-spel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-spel</artifactId>
Expand Down Expand Up @@ -130,4 +130,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions easy-rules-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-support</artifactId>
Expand Down Expand Up @@ -115,4 +115,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion easy-rules-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-tutorials</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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

<modules>
<module>easy-rules-archetype</module>
Expand Down

0 comments on commit 4c89a87

Please sign in to comment.