aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:44:55 -0500
committerHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:44:55 -0500
commit1ea8ce816d29b0e8bd8b58c7e24e56f018c1d7fd (patch)
treecc82797f83cb3cef91378237cace927e992feaa1
parent011cb09ec1972a4c4961a6fc9c10e4cbf7801d1c (diff)
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222 Change-Id: Ia797e1c2e130cedc6eea1fc31f959a64d997729c Signed-off-by: Harish Venkata Kajur <vk250x@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 138eb6c..6445a98 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.oparent</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}