Updated Sparky fe to be on 2.0.0 04/118004/2
authorwr148d <wr148d@att.com>
Wed, 17 Feb 2021 22:19:06 +0000 (17:19 -0500)
committerwr148d <wr148d@att.com>
Wed, 17 Feb 2021 22:27:05 +0000 (17:27 -0500)
Issue-ID: AAI-3250
Change-Id: I575918dca511d7eeadec5b73f04be7eb2c8991d0
Signed-off-by: wr148d <wr148d@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 20d1d51..8398f98 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.onap.aai</groupId>
     <artifactId>sparky-fe</artifactId>
     <packaging>war</packaging>
     <groupId>org.onap.aai</groupId>
     <artifactId>sparky-fe</artifactId>
     <packaging>war</packaging>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>aai-sparky-fe</name>
     <url>http://maven.apache.org</url>
 
     <name>aai-sparky-fe</name>
     <url>http://maven.apache.org</url>
 
index 5403b8c..af0373d 100644 (file)
@@ -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
 
 # 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}
 patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}