From e33819db51041c6b75b56ee3a8cfcaa849344989 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Mon, 28 May 2018 19:08:44 +0300 Subject: Set VID version to 2.0 Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec Issue-ID: VID-234 Signed-off-by: Sonsino, Ofir (os0695) --- deliveries/pom.xml | 2 +- epsdk-app-onap/pom.xml | 2 +- epsdk-app-onap/version.properties | 6 +++--- pom.xml | 4 ++-- version.properties | 6 +++--- vid-app-common/pom.xml | 2 +- vid-app-common/version.properties | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deliveries/pom.xml b/deliveries/pom.xml index e5129d973..b047e2dee 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -45,7 +45,7 @@ assembly/assembly-for-plugin.xml - 1.1-STAGING-latest + 2.0-STAGING-latest diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 306917a38..2ec04fe1e 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -8,7 +8,7 @@ the Portal team. --> org.onap.vid epsdk-app-onap - 1.2.1-SNAPSHOT + 2.0.0-SNAPSHOT war ECOMP SDK Webapp for OpenSource ECOMP SDK Web Application for public release diff --git a/epsdk-app-onap/version.properties b/epsdk-app-onap/version.properties index 146a672fe..6a0ca5f32 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 0a2bb0f79..733ec5ce0 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ UTF-8 UTF-8 - 1.2.1-SNAPSHOT + 2.0.0-SNAPSHOT https://nexus.onap.org /content/repositories/snapshots/ /content/repositories/releases/ @@ -265,5 +265,5 @@ 4.5.3 - 1.2.1-SNAPSHOT + 2.0.0-SNAPSHOT diff --git a/version.properties b/version.properties index 146a672fe..6a0ca5f32 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 7a4852280..580702f3c 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 1.2.1-SNAPSHOT + 2.0.0-SNAPSHOT war VID Common VID Common code for opensource version diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 146a672fe..6a0ca5f32 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} -- cgit 1.2.3-korg