From b6a4ea053e650e57455a5051cfd475a9f2ddc17f Mon Sep 17 00:00:00 2001 From: Niharika Sharma Date: Fri, 18 Nov 2022 10:35:06 -0500 Subject: [PATCH] [AAI] Up-version aai-model-loader to 1.9.5 jakarta Issue-ID: AAI-3587 Signed-off-by: Niharika Sharma Change-Id: I93d65b57b9fa604712390ba2ff1a5b892d4573ac --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 226429d..bf77a40 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.9.4-SNAPSHOT + 1.9.5-SNAPSHOT diff --git a/version.properties b/version.properties index 56c4cbc..7e0e671 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=9 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- 2.16.6