From: Gary Wu Date: Wed, 9 May 2018 22:15:44 +0000 (-0700) Subject: Version bump version-manifest to 2.0.0-SNAPSHOT X-Git-Tag: sniroemulator-1.0.0~83^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5610f4aa12a9eab4484ded50b9da3becb1cf6e92;p=integration.git Version bump version-manifest to 2.0.0-SNAPSHOT Version bump version-manifest to 2.0.0-SNAPSHOT to correspond to Beijing release. Issue-ID: INT-497 Change-Id: I6cf632784adfbf63604feee89b62966dd6724ac0 Signed-off-by: Gary Wu --- diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 22634cb31..daa957ed9 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -4,11 +4,11 @@ org.onap.oparent oparent - 1.1.0 + 1.1.1 org.onap.integration version-manifest - 1.0.1-SNAPSHOT + 2.0.0-SNAPSHOT maven-plugin ONAP Version Manifest and Maven Plugin https://www.onap.org diff --git a/version.properties b/version.properties index 17a717c1c..af0373d50 100644 --- a/version.properties +++ b/version.properties @@ -3,9 +3,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_version=1 +major_version=2 minor_version=0 -patch_version=1 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}