From 9f7c01337824e9d7dbf8b43be6083a271ebc3746 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 15 Mar 2022 10:42:50 -0400 Subject: [AAI] Updating Babel to have common versions properly set together and upversion babel to 1.9.4 Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: Ifa8492eb77c6dbb1e4f2bb639a38e23a1d2484ab --- pom.xml | 10 +++++----- version.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1fa10cf..0a38764 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT jar aai-babel @@ -69,10 +69,10 @@ 3.2.0 3.8.1 - 1.8 - 1.8 - 1.8 - 1.8 + 11 + 11 + 11 + 11 3.7.0.1746 diff --git a/version.properties b/version.properties index a4dddcd..ac570a7 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=9 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg