change version of lcm 29/62929/1
authoryangyan <yangyanyj@chinamobile.com>
Sun, 26 Aug 2018 15:07:17 +0000 (23:07 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Sun, 26 Aug 2018 15:15:31 +0000 (23:15 +0800)
Change-Id: I102b832e68d3eddb338296ca7280ec0894e5d83f
Issue-ID: VFC-1075
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
pom.xml
version.properties

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