Version bump version-manifest to 2.0.0-SNAPSHOT 29/46929/1
authorGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 22:15:44 +0000 (15:15 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 22:17:21 +0000 (15:17 -0700)
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 <gary.i.wu@huawei.com>
version-manifest/pom.xml
version.properties

index 22634cb..daa957e 100644 (file)
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1</version>
   </parent>
   <groupId>org.onap.integration</groupId>
   <artifactId>version-manifest</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>ONAP Version Manifest and Maven Plugin</name>
   <url>https://www.onap.org</url>
index 17a717c..af0373d 100644 (file)
@@ -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}