aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenkata Harish Kajur <vk250x@att.com>2021-02-24 18:35:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-24 18:35:15 +0000
commit0b7b9a7d411a7acb9d70a1f0cc69e411ec262f93 (patch)
tree0f76cf21b14e3f2bcd9f73dca34b0ec6a1c1b7b1
parent827f2d10ab826ae2cb3388850b474500ba8982fe (diff)
parent5f29e2086393e9f1d1a73a5a92e2681c2c3ed517 (diff)
Merge "Upversion to 1.8.1-SNAPSHOT"
-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}