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

diff --git a/pom.xml b/pom.xml
index 704f15c..ca07fde 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 359ebb9..c0fa9d5 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=0
+minor=1
 patch=2
 
 base_version=${major}.${minor}.${patch}