From a074f270d7920e62efcbd6e4e77a4bd47e61caf3 Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 27 Jan 2022 10:02:50 -0500 Subject: [PATCH] [AAI] Upversion babel to 1.9.2 Issue-ID: AAI-3431 Signed-off-by: wr148d Change-Id: I953c2f7711cc71e320356438e7d9672a35dd4d8f --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f623964..0665e79 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index ece2980..ccc7b61 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=9 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6