From: Harish Venkata Kajur Date: Mon, 16 Nov 2020 04:45:11 +0000 (-0500) Subject: Upversion artifacts to 1.8.0-SNAPSHOT X-Git-Tag: 1.8.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F114906%2F1;p=aai%2Fgraphadmin.git Upversion artifacts to 1.8.0-SNAPSHOT Issue-ID: AAI-3222 Change-Id: I13cdb1cfe1ea4ab0ebc2d9c1dca12729a71c7165 Signed-off-by: Harish Venkata Kajur --- diff --git a/pom.xml b/pom.xml index 21cb08d..5b29d15 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.7.1-SNAPSHOT + 1.8.0-SNAPSHOT diff --git a/version.properties b/version.properties index 6434a15..5403b8c 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=7 -patch_version=1 +minor_version=8 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}