summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
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 @@
<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>
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}