From 7dba9105fa2437518614a3eee05d4641a9d525bf Mon Sep 17 00:00:00 2001 From: "aleem.raja@t-systems.com" Date: Fri, 26 May 2023 12:33:14 +0530 Subject: [PATCH] [AAI] Upversion babel to 1.12.1 for London Updated version for aai-schema to 1.12.1 Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com Change-Id: Ieabfcf86e767514406326eb958dcc587601c863d --- pom.xml | 4 ++-- version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ed6cde1..4a5e9fe 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.11.0-SNAPSHOT + 1.12.1-SNAPSHOT jar aai-babel @@ -99,7 +99,7 @@ 0.15.1 org.onap.aai.schema-service - 1.9.7 + 1.12.1 3.12.0 1.6.4 diff --git a/version.properties b/version.properties index f6bcc5a..4014cff 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=11 -patch=0 +minor=12 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6