Bump minor version 29/25129/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 29 Nov 2017 00:47:38 +0000 (16:47 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 1 Dec 2017 20:53:10 +0000 (12:53 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: I435deb8fd6fea5955d192f309c5641a1298f90c6
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
test/mocks/sniroemulator/pom.xml
version-manifest/pom.xml
version.properties

index b2902fe..11b556d 100644 (file)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.integration</groupId>
     <artifactId>sniroemulator</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>sniroemulator</name>
     <description>onap sniro emulator project based on  Spring Boot</description>
 
index 163b7f1..20a7210 100644 (file)
@@ -8,7 +8,7 @@
   </parent>
   <groupId>org.onap.integration</groupId>
   <artifactId>version-manifest</artifactId>
-  <version>0.1.1-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>ONAP Version Manifest and Maven Plugin</name>
   <url>https://www.onap.org</url>
index 34fcd9b..49e2720 100644 (file)
@@ -3,12 +3,12 @@
 # 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=0
-minor_version=1
-patch_version=1
+major_version=1
+minor_version=0
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}
 
 # Release must be completed with GIT information # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT