Update vfc-svnfm-zte release vsersion to 1.3.8 37/113237/1 1.3.8
authordengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 09:17:39 +0000 (17:17 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 09:17:51 +0000 (17:17 +0800)
Issue-ID: VFC-1753
Change-Id: I10976c5e9d3f835f0e7399bf8e23d8dd72038811
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
pom.xml
version.properties
zte/pom.xml
zte/vmanager/docker/build_image.sh
zte/vmanager/pom.xml

diff --git a/pom.xml b/pom.xml
index b6cd62a..0d07557 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
   <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
-  <version>1.3.7-SNAPSHOT</version>
+  <version>1.3.8-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>vfc-nfvo-driver-vnfm-svnfm</name>
   <description>vfc-nfvo-driver-vnfm-svnfm</description>
index d6a8106..c0177cb 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=7
+patch=8
 
 base_version=${major}.${minor}.${patch}
 
index 1bce8e4..fb9ce96 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
-        <version>1.3.7-SNAPSHOT</version>
+        <version>1.3.8-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-svnfm-zte</artifactId>
-    <version>1.3.7-SNAPSHOT</version>
+    <version>1.3.8-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc/nfvo/driver/vnfm/svnfm/zte</name>
     <description>vfc-nfvo-driver-vnfm-svnfm-zte</description>
index 4839d85..d75e26a 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.7"
+VERSION="1.3.8"
 PROJECT="vfc"
 IMAGE="ztevnfmdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index b28a8a1..3645383 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-svnfm-zte</artifactId>
-        <version>1.3.7-SNAPSHOT</version>
+        <version>1.3.8-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte.vmanager</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-svnfm-zte-vmanager</artifactId>
-    <version>1.3.7-SNAPSHOT</version>
+    <version>1.3.8-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-svnfm-zte</name>
     <properties>