aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-09-20 10:31:38 -0400
committerwr148d <wr148d@att.com>2021-09-20 10:31:58 -0400
commit1ca55f3fe776aeb12edd260d30dfbcea96c0d2eb (patch)
tree75ccdf7b1aadde5daaa520328daa1db70b53196d
parent6bf7a83dfafd463828108aeb482cacd0ea539d43 (diff)
[AAI] Upversion babel to 1.9.1
Issue-ID: AAI-3361 Change-Id: I665b01198795ccdbdd47cd24c922e9b204b83709 Signed-off-by: wr148d <wr148d@att.com>
-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 3fd0d28..130d654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.9.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
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}