Set VID version to 2.0

Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec
Issue-ID: VID-234
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 306917a..2ec04fe 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -8,7 +8,7 @@
 		the Portal team. -->

 	<groupId>org.onap.vid</groupId>

 	<artifactId>epsdk-app-onap</artifactId>

-	<version>1.2.1-SNAPSHOT</version>

+	<version>2.0.0-SNAPSHOT</version>

 	<packaging>war</packaging>

 	<name>ECOMP SDK Webapp for OpenSource</name>

 	<description>ECOMP SDK Web Application for public release</description>

diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties
index 146a672..6a0ca5f 100644
--- a/epsdk-app-onap/version.properties
+++ b/epsdk-app-onap/version.properties
@@ -2,9 +2,9 @@
 # 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=1

-minor=2

-patch=1

+major=2

+minor=0

+patch=0

 

 base_version=${major}.${minor}.${patch}