Bump minor version 39/24539/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 20 Nov 2017 19:45:37 +0000 (11:45 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 20 Nov 2017 19:45:37 +0000 (11:45 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: If82bb2d124861322380fe0fc2539071a83b22b24
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml
version.properties
zte/sfc-driver/plugin-standalone/pom.xml
zte/sfc-driver/pom.xml
zte/sfc-driver/sfc-driver/pom.xml

diff --git a/pom.xml b/pom.xml
index ea37e23..588744e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
        <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
        <artifactId>sfc-driver-root</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
 </project>
index 5128787..7f86aa1 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=0
 
 base_version=${major}.${minor}.${patch}
index de7cab4..fa83788 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId>
     <artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId>
     <name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     
     <dependencies>
         <dependency>
index b1f4c13..dfd9bfe 100644 (file)
@@ -25,7 +25,7 @@
        <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
        <artifactId>sfc-driver-parent</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
       <modules>
index ae47855..2518e31 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
     <artifactId>sfc-driver</artifactId>
     <name>vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver</name>
     <packaging>jar</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <properties>
         <dropwizard.version>0.8.0</dropwizard.version>
         <jetty.version>9.2.9.v20150224</jetty.version>