From 8592a02444ec30d425dd877ff0cba8bc56676ad5 Mon Sep 17 00:00:00 2001 From: wr148d Date: Tue, 15 Mar 2022 14:07:49 -0400 Subject: [PATCH] [AAI] Update model-loader to use newer packages Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: I6395a38ce013b0573af92aa09a874be1a8b19675 --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 3b4753d..f45b49a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.2-SNAPSHOT + 1.9.3-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.9.3 + 1.9.4 1.2.1 1.4.1 1.2.3 @@ -65,7 +65,7 @@ ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap alpine - 1.9.0 + 1.8.1 yyyyMMdd'T'HHmmss'Z' diff --git a/version.properties b/version.properties index 0922e57..70fea66 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6