Merge "Bump minor version"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Wed, 29 Nov 2017 06:27:02 +0000 (06:27 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 29 Nov 2017 06:27:02 +0000 (06:27 +0000)
lcm/pom.xml
pom.xml
version.properties

index 223f4c0..8b323d2 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc/gvnfm/vnflcm/lcm</name>
     <description>vfc gvnfm vnflcm lcm</description>
diff --git a/pom.xml b/pom.xml
index bc43dc0..e80e1d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index 88587fb..3e4a550 100644 (file)
@@ -18,7 +18,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=0
+minor=1
 patch=1
 
 base_version=${major}.${minor}.${patch}