aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-24 12:50:35 -0500
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>2021-02-24 12:50:45 -0500
commit5f29e2086393e9f1d1a73a5a92e2681c2c3ed517 (patch)
treedeaf64376d8abe0bd711dbfc855dd1e98a42cd42
parent4999528202bdba500a70e2a5c8db978ef5c2a172 (diff)
Upversion to 1.8.1-SNAPSHOT
Issue-ID: AAI-2996 Change-Id: I40de75a09971bfe3ad65835d00e969087149fd50 Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.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 71447c9..b625833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
diff --git a/version.properties b/version.properties
index 11f0383..b3f28cd 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=8
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}