aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-27 10:02:50 -0500
committerwr148d <wr148d@att.com>2022-01-27 10:02:50 -0500
commita074f270d7920e62efcbd6e4e77a4bd47e61caf3 (patch)
treefd084b608837d8b3932215a3a3b29270adb52622
parentdb9b2dca1c6ab7a899280248c1219addb6323f68 (diff)
[AAI] Upversion babel to 1.9.2
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I953c2f7711cc71e320356438e7d9672a35dd4d8f
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.9.1-SNAPSHOT</version>
+ <version>1.9.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
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}