From f849a77a87a92a4e4bef4f49e65354ad98acbba4 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 22 Feb 2022 16:12:02 -0500 Subject: [PATCH] [AAI] Upversion model-loader to 1.9.2 and to use later babel Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: I3c84c57634963d4315e51e572e9dc4fcaecc197d --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2262712..3b4753d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.9.1 + 1.9.3 1.2.1 1.4.1 1.2.3 @@ -308,7 +308,7 @@ commons-io commons-io - 2.4 + 2.11.0 org.apache.commons diff --git a/version.properties b/version.properties index c6e8ee0..0922e57 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6