Update sfc release version to 1.3.1 59/102959/1
authoryangyan <yangyanyj@chinamobile.com>
Wed, 4 Mar 2020 07:25:23 +0000 (15:25 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Wed, 4 Mar 2020 07:26:00 +0000 (15:26 +0800)
Change-Id: I18501374cd5e3461f086a60dd27d31cdbee96023
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
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

diff --git a/pom.xml b/pom.xml
index 8506533..db41c69 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.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
 
index a254b21..fb21064 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}
 
index b87bb53..9fb6ab1 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-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.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     
     <dependencies>
         <dependency>
index 6c374b0..e5315d7 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
+VERSION="1.3.1"
 PROJECT="vfc"
 IMAGE="ztesdncdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 3287e2c..099c7e4 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.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
        <name>vfc-nfvo-driver-sfc</name>
        <packaging>pom</packaging>
       <modules>
index dbf1e74..b0b4395 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-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.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <properties>
         <dropwizard.version>1.3.9</dropwizard.version>
         <jetty.version>9.4.18.v20190429</jetty.version>