From c56dc8f3608a0a79b3f27d49abbad9ec1f7cc3b5 Mon Sep 17 00:00:00 2001 From: nandkishorpatke Date: Wed, 15 Nov 2023 17:50:16 +0530 Subject: [AAI] Up-version to 1.12.3 to include v28 in aai-babel - Up-version to 1.12.3 to include v28 and 1.12.3 aai-shcema version Issue-ID: AAI-3677 Change-Id: I91531db3bebae6f3b318cc6a8a9a34893d268737 Signed-off-by: nandkishorpatke --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 061941c..57fcfe5 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.12.2-SNAPSHOT + 1.12.3-SNAPSHOT jar aai-babel @@ -99,7 +99,7 @@ 0.15.1 org.onap.aai.schema-service - 1.12.2 + 1.12.3 3.12.0 1.6.4 diff --git a/version.properties b/version.properties index 5e3df21..9c8c1ec 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=12 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg