Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgaba committed Jun 3, 2024
1 parent 308c2a8 commit 6a8c410
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This project is forked from [j-easy/easy-rules](https://github.com/j-easy/easy-r
in maintenance mode. Current plan is to support community with minor enhancements and bug fixes.

## Latest news

* 6/3/2024: Version 1.2.0. Bumped mvel version to 2.5.2.FINAL to fix issue with JDK 21.
* 01/15/2024: Version 1.1.0 is out
* 3PP Version bumps
* easy-rules-jexl - Breaking change due to bump to Jexl 3.3
Expand Down
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>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>easy-rules-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion easy-rules-jexl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>easy-rules-jexl</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions easy-rules-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<artifactId>easy-rules-mvel</artifactId>
Expand All @@ -13,14 +13,14 @@
<description>MVEL integration module</description>

<properties>
<mvel2.version>2.4.10.Final</mvel2.version>
<mvel2.version>2.5.2.Final</mvel2.version>
</properties>

<scm>
<url>git@github.com:dvgaba/easy-rules.git</url>
<connection>scm:git:git@github.com:dvgaba/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:dvgaba/easy-rules.git</developerConnection>
<tag>easy-rules-1.0.7</tag>
<tag>easy-rules-1.1.0</tag>
</scm>

<issueManagement>
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>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</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>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</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>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</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 @@ -4,7 +4,7 @@

<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>

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

0 comments on commit 6a8c410

Please sign in to comment.