From 8e9c763483873bc9efb3cc9d2333eb837b7eba0e Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 20 Sep 2021 11:44:09 -0400 Subject: [PATCH] [AAI] Upversioning model-loader to 1.9.1 and making it use the newest babel Issue-ID: AAI-3361 Signed-off-by: wr148d Change-Id: I3d0edcf2716504c5eb155ec00d74e84ffc8bddf2 --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a8bd911..2262712 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.9.0 + 1.9.1 1.2.1 1.4.1 1.2.3 @@ -65,7 +65,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap alpine - 1.8.1 + 1.9.0 yyyyMMdd'T'HHmmss'Z' diff --git a/version.properties b/version.properties index 73bc8e9..c6e8ee0 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6