From 8c412da5a0035839c321e7673638351eaaa601c1 Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 21 Mar 2022 10:34:02 -0400 Subject: [AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs Issue-ID: AAI-3435 Signed-off-by: wr148d Change-Id: I747e0ed51ec499b6c1d4bb33d46a6524bf4375c1 --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0a38764..2337c67 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.9.4-SNAPSHOT + 1.9.5-SNAPSHOT jar aai-babel @@ -100,7 +100,7 @@ 0.13.3 org.onap.aai.schema-service - 1.9.4 + 1.9.5 3.7 1.2.1 diff --git a/version.properties b/version.properties index ac570a7..5090fa4 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=9 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg