summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-03-08 13:48:43 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-03-08 13:48:52 +0800
commit2c8295d3312ddb303830cced31f40d5add5b3f11 (patch)
tree6ab9e945269919c3f36c83c0b0527412d914ab83
parent0b96b9cf81fed245495d1d8fe369ea24d56a0a64 (diff)
Update vfc-svnfm-zte release vsersion1.3.9
Change-Id: I6323ab80dea4c432f9908b33c38bb6140da4dabb Issue-ID: VFC-1830 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--zte/pom.xml4
-rwxr-xr-xzte/vmanager/docker/build_image.sh2
-rw-r--r--zte/vmanager/pom.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 0d07557b..340e181d 100644
--- 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.8-SNAPSHOT</version>
+ <version>1.3.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-svnfm</name>
<description>vfc-nfvo-driver-vnfm-svnfm</description>
diff --git a/version.properties b/version.properties
index c0177cbb..367b6d09 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=8
+patch=9
base_version=${major}.${minor}.${patch}
diff --git a/zte/pom.xml b/zte/pom.xml
index fb9ce967..c02f8855 100644
--- a/zte/pom.xml
+++ b/zte/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.3.8-SNAPSHOT</version>
+ <version>1.3.9-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.8-SNAPSHOT</version>
+ <version>1.3.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc/nfvo/driver/vnfm/svnfm/zte</name>
<description>vfc-nfvo-driver-vnfm-svnfm-zte</description>
diff --git a/zte/vmanager/docker/build_image.sh b/zte/vmanager/docker/build_image.sh
index d75e26a5..3df79d45 100755
--- a/zte/vmanager/docker/build_image.sh
+++ b/zte/vmanager/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.8"
+VERSION="1.3.9"
PROJECT="vfc"
IMAGE="ztevnfmdriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml
index 36453835..8b6f32f0 100644
--- a/zte/vmanager/pom.xml
+++ b/zte/vmanager/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm-zte</artifactId>
- <version>1.3.8-SNAPSHOT</version>
+ <version>1.3.9-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.8-SNAPSHOT</version>
+ <version>1.3.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-svnfm-zte</name>
<properties>