diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |