aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:44:50 -0500
committerHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:44:50 -0500
commited2d0e1fe8d84ae1a02b2fefd28154ccfd3960ed (patch)
treea07f0dac9b0ea6a35658a32892c47ebf80ff9dd9
parent0093a40fc69c8a148c4d4fdaebe574f33ac7e535 (diff)
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222 Change-Id: Ia6201ac4d1aff9f5c4db6736fe39d6313f6c5b8d Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d133eb4..524ab02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>babel</artifactId>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>aai-babel</name>
diff --git a/version.properties b/version.properties
index 4bdcfa1..11f0383 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=7
-patch=1
+minor=8
+patch=0
base_version=${major}.${minor}.${patch}