aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-27 10:02:50 -0500
committerWilliam Reehil <william.reehil@att.com>2022-01-27 16:42:17 +0000
commita33f22a0374346c74b456fc26ccdbb343dcfbc59 (patch)
treeec5b3fe2ff18b1570b78de9731c792b8c0665130
parent70a63fd44ef411e85b8f2dcf3a87e220b8d0fe92 (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}