aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManisha Aggarwal <amanisha@att.com>2020-12-02 22:21:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-02 22:21:17 +0000
commitd33bc14822cab3868cf669fe84daba63bc552459 (patch)
tree44730a979195af32b352e594dcbc68ded8bdc5fb
parentf0f29d4ceb6ffc5c1fb3f5012a8b8b84faf22740 (diff)
parent1ea8ce816d29b0e8bd8b58c7e24e56f018c1d7fd (diff)
Merge "Upversion artifacts to 1.8.0-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 c0b9fa5..a30a1c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.aai.aai-common</groupId>
diff --git a/version.properties b/version.properties
index 85a0227..5403b8c 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=7
+minor_version=8
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}