Update pom and docker version of zte-sfc-driver 35/70135/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 10 Oct 2018 05:47:35 +0000 (13:47 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 10 Oct 2018 05:47:35 +0000 (13:47 +0800)
Change-Id: I9fe1dd4237e473e05d463df27b2baeda786235f8
Issue-ID: VFC-1142
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
pom.xml
version.properties
zte/sfc-driver/plugin-standalone/pom.xml
zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
zte/sfc-driver/pom.xml
zte/sfc-driver/sfc-driver/pom.xml
zte/sfc-driver/version.properties

diff --git a/pom.xml b/pom.xml
index b74fa68..dead916 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.driver.sfc</groupId>
        <artifactId>sfc-driver-root</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.0-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
 </project>
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}
index fa83788..6a6f8e5 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.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.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     
     <dependencies>
         <dependency>
index 062714f..b6655d5 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.1.0"
+VERSION="1.2.0"
 PROJECT="vfc"
 IMAGE="ztesdncdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 6eeb213..cbdabdc 100644 (file)
     <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.driver.sfc</groupId>
        <artifactId>sfc-driver-parent</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.2.0-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
       <modules>
index 44fca21..030bbf7 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.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.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <properties>
         <dropwizard.version>0.8.0</dropwizard.version>
         <jetty.version>9.2.9.v20150224</jetty.version>
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}