From 7c79475df8ac6231c9bf880da7b3d6050371bcaf Mon Sep 17 00:00:00 2001 From: wr148d Date: Wed, 17 Feb 2021 17:19:06 -0500 Subject: [PATCH] Updated Sparky fe to be on 2.0.0 Issue-ID: AAI-3250 Change-Id: I575918dca511d7eeadec5b73f04be7eb2c8991d0 Signed-off-by: wr148d --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 20d1d51..8398f98 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.aai sparky-fe war - 1.8.0-SNAPSHOT + 2.0.0-SNAPSHOT aai-sparky-fe http://maven.apache.org diff --git a/version.properties b/version.properties index 5403b8c..af0373d 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major_version=1 -minor_version=8 +major_version=2 +minor_version=0 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6