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/deliveries/pom.xml b/deliveries/pom.xml
index e5129d9..b047e2d 100755
--- a/deliveries/pom.xml
+++ b/deliveries/pom.xml
@@ -45,7 +45,7 @@
 									<descriptor>assembly/assembly-for-plugin.xml</descriptor>

 								</assembly>

 								<tags>

-								  <tag>1.1-STAGING-latest</tag>

+								  <tag>2.0-STAGING-latest</tag>

 								</tags>

 								    

 							</build>

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}

 

diff --git a/pom.xml b/pom.xml
index 0a2bb0f..733ec5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
 	<properties>

 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

-		<build.version>1.2.1-SNAPSHOT</build.version>

+		<build.version>2.0.0-SNAPSHOT</build.version>

 		<nexusproxy>https://nexus.onap.org</nexusproxy>

 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>

 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>

@@ -265,5 +265,5 @@
 			<version>4.5.3</version>

 		</dependency>

 	</dependencies>

-	<version>1.2.1-SNAPSHOT</version>

+	<version>2.0.0-SNAPSHOT</version>

 </project>

diff --git a/version.properties b/version.properties
index 146a672..6a0ca5f 100644
--- a/version.properties
+++ b/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}

 

diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 7a48522..580702f 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -9,7 +9,7 @@
 		inherit from a parent maven module. -->

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

 	<artifactId>vid-app-common</artifactId>

-	<version>1.2.1-SNAPSHOT</version>

+	<version>2.0.0-SNAPSHOT</version>

 	<packaging>war</packaging>

 	<name>VID Common</name>

 	<description>VID Common code for opensource version</description>

diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties
index 146a672..6a0ca5f 100755
--- a/vid-app-common/version.properties
+++ b/vid-app-common/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}