From ac9615dfa6ad53351f975cf84ab18ff9f132b5d5 Mon Sep 17 00:00:00 2001 From: "vani.kv" Date: Mon, 29 Jul 2024 18:39:50 +0530 Subject: [AAI] Update aai-schema version to 1.12.5 in pom of babel - Update aai-schema version in pom of babel to 1.12.5 - Update version of babel to 1.13.2 Issue-ID: AAI-3935 Change-Id: I384645a94b78f983a8d5c61ac547d22f5c90d63d Signed-off-by: vani.kv --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 61c4d0a..a55342f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.13.1-SNAPSHOT + 1.13.2-SNAPSHOT jar aai-babel @@ -99,7 +99,7 @@ 0.15.1 org.onap.aai.schema-service - 1.12.4 + 1.12.5 3.12.0 1.6.4 diff --git a/version.properties b/version.properties index da75b02..f356022 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=13 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit