From 41b2c8c252a6eb6abad09018fcf109cc86f405ba Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 21 Mar 2022 12:48:23 -0400 Subject: [PATCH] [AAI] Upversion model-loader to 1.9.4 and make it to use latest babel Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: I8c8a057984c01e814f94756bfd7fb79d785ce25d --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f45b49a..d9946df 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT @@ -55,7 +55,7 @@ 1.8 1.19 1.3 - 1.9.4 + 1.9.5 1.2.1 1.4.1 1.2.3 diff --git a/version.properties b/version.properties index 70fea66..56c4cbc 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6