From: wr148d Date: Tue, 22 Feb 2022 21:12:02 +0000 (-0500) Subject: [AAI] Upversion model-loader to 1.9.2 and to use later babel X-Git-Tag: 1.9.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=commitdiff_plain;h=f849a77a87a92a4e4bef4f49e65354ad98acbba4 [AAI] Upversion model-loader to 1.9.2 and to use later babel Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: I3c84c57634963d4315e51e572e9dc4fcaecc197d --- 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}