From e612667e074314e08fd0f7488e30f9637e5fe732 Mon Sep 17 00:00:00 2001 From: Scott M Stark Date: Sat, 2 Mar 2024 20:19:09 -0600 Subject: [PATCH] - Move EE dependency version properties to parent pom, fixes #786 Signed-off-by: Scott M Stark --- api/pom.xml | 6 +----- el/pom.xml | 4 ---- pom.xml | 6 ++++++ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index cf8be68d..738d020d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ Jakarta CDI Issues - https://github.com/eclipse-ee4j/cdi/issues + https://github.com/jakarta/cdi/issues 2008 @@ -121,10 +121,6 @@ - 3.0.0 - 2.0.1 - 6.0.0 - 2.2.0 MMMM dd, yyyy diff --git a/el/pom.xml b/el/pom.xml index 1abad782..d6e2eb55 100644 --- a/el/pom.xml +++ b/el/pom.xml @@ -30,10 +30,6 @@ - - 6.0.0-M1 - - diff --git a/pom.xml b/pom.xml index 5a58c2ef..c375d687 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,12 @@ + + 3.0.0 + 2.0.1 + 6.0.0 + 2.2.0 + UTF-8 11