From: Harish Venkata Kajur Date: Mon, 16 Nov 2020 04:46:19 +0000 (-0500) Subject: Upversion artifacts to 1.8.0-SNAPSHOT X-Git-Tag: 2.0.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=commitdiff_plain;h=ddc05d4ea0254b427fea6ec80e2b03950eeca4ce Upversion artifacts to 1.8.0-SNAPSHOT Issue-ID: AAI-3222 Change-Id: I06d98724532d0d5417445a98857f98b52dcb49ce Signed-off-by: Harish Venkata Kajur --- diff --git a/pom.xml b/pom.xml index 4a86bca..20d1d51 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai sparky-fe war - 1.6.0-SNAPSHOT + 1.8.0-SNAPSHOT aai-sparky-fe http://maven.apache.org diff --git a/version.properties b/version.properties index 704dc53..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=6 +minor_version=8 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}