From 6a8c41077868efb246a741976ef06c7d00b40cf5 Mon Sep 17 00:00:00 2001 From: dvgaba Date: Mon, 3 Jun 2024 19:37:06 -0400 Subject: [PATCH] Release 1.2.0 --- README.md | 2 +- easy-rules-archetype/pom.xml | 2 +- easy-rules-core/pom.xml | 2 +- easy-rules-jexl/pom.xml | 2 +- easy-rules-mvel/pom.xml | 6 +++--- easy-rules-spel/pom.xml | 2 +- easy-rules-support/pom.xml | 2 +- easy-rules-tutorials/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d2fe501..9fbbb3e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/easy-rules-archetype/pom.xml b/easy-rules-archetype/pom.xml index 960127a..1c16d13 100755 --- a/easy-rules-archetype/pom.xml +++ b/easy-rules-archetype/pom.xml @@ -2,7 +2,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 4.0.0 diff --git a/easy-rules-core/pom.xml b/easy-rules-core/pom.xml index 8fc0fb0..7943783 100644 --- a/easy-rules-core/pom.xml +++ b/easy-rules-core/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-core diff --git a/easy-rules-jexl/pom.xml b/easy-rules-jexl/pom.xml index 051610e..5aa2d6b 100644 --- a/easy-rules-jexl/pom.xml +++ b/easy-rules-jexl/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-jexl diff --git a/easy-rules-mvel/pom.xml b/easy-rules-mvel/pom.xml index 8be7c15..ebb950c 100644 --- a/easy-rules-mvel/pom.xml +++ b/easy-rules-mvel/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-mvel @@ -13,14 +13,14 @@ MVEL integration module - 2.4.10.Final + 2.5.2.Final git@github.com:dvgaba/easy-rules.git scm:git:git@github.com:dvgaba/easy-rules.git scm:git:git@github.com:dvgaba/easy-rules.git - easy-rules-1.0.7 + easy-rules-1.1.0 diff --git a/easy-rules-spel/pom.xml b/easy-rules-spel/pom.xml index 7b552a2..f14432e 100644 --- a/easy-rules-spel/pom.xml +++ b/easy-rules-spel/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-spel diff --git a/easy-rules-support/pom.xml b/easy-rules-support/pom.xml index 9a6daca..934d733 100644 --- a/easy-rules-support/pom.xml +++ b/easy-rules-support/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-support diff --git a/easy-rules-tutorials/pom.xml b/easy-rules-tutorials/pom.xml index 05cb89c..32d7672 100644 --- a/easy-rules-tutorials/pom.xml +++ b/easy-rules-tutorials/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-tutorials diff --git a/pom.xml b/pom.xml index 3529b03..c3ef147 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.dvgaba easy-rules - 1.1.0 + 1.2.0 easy-rules-archetype