From ddc05d4ea0254b427fea6ec80e2b03950eeca4ce Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Sun, 15 Nov 2020 23:46:19 -0500 Subject: [PATCH] Upversion artifacts to 1.8.0-SNAPSHOT Issue-ID: AAI-3222 Change-Id: I06d98724532d0d5417445a98857f98b52dcb49ce Signed-off-by: Harish Venkata Kajur --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.16.6