Skip to content

Commit

Permalink
Bump development version to 3.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Apr 25, 2019
1 parent f509077 commit d071dab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.3.1-SNAPSHOT</version>
<version>3.4.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.3.0</version>
<version>3.4.0</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.3.1-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-mvel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-spel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<artifactId>easy-rules-support</artifactId>
Expand Down
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.3.1-SNAPSHOT</version>
<version>3.4.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.3.1-SNAPSHOT</version>
<version>3.4.0-SNAPSHOT</version>

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

0 comments on commit d071dab

Please sign in to comment.