aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:45:17 -0500
committerHarish Venkata Kajur <vk250x@att.com>2020-11-15 23:45:17 -0500
commitf4ab78b0d9748809e4279aebff27f7f7713188e8 (patch)
tree4b3383d2095a716af4f3dde0f46ec05825d505cf
parent83b7c7d7fcc2f1dfebedc621136755249ce5eae0 (diff)
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222 Change-Id: Iead79fda2dafb22a1a90b667f6f6d63813887ad6 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 00891b6..fed8674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
<groupId>org.onap.aai.graphgraph</groupId>
<artifactId>graphgraph</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<properties>
<nexusproxy>https://nexus.onap.org</nexusproxy>
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}