From 1ca55f3fe776aeb12edd260d30dfbcea96c0d2eb Mon Sep 17 00:00:00 2001 From: wr148d Date: Mon, 20 Sep 2021 10:31:38 -0400 Subject: [PATCH] [AAI] Upversion babel to 1.9.1 Issue-ID: AAI-3361 Change-Id: I665b01198795ccdbdd47cd24c922e9b204b83709 Signed-off-by: wr148d --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3fd0d28..130d654 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.aai babel - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT jar aai-babel diff --git a/version.properties b/version.properties index 0986d1f..ece2980 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=9 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6