summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-10 14:26:54 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-10 14:27:09 +0800
commitc09e380bee34ffe1a4a13e8507ecd79869adbd35 (patch)
tree16821897b24eb8c83143c6d93ec74726552d9cd0
parent20e63944694bf3c99a240d7feafbba11fcca02a6 (diff)
Update vnfmgr release version to 1.3.81.3.8
Change-Id: Iad697a52a15ce0fcc1f29a9baf309e1089cd907e Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--mgr/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index d6a0ad0..d20f2cd 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -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="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/mgr/pom.xml b/mgr/pom.xml
index 7e89363..7b47b6b 100644
--- a/mgr/pom.xml
+++ b/mgr/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr-mgr</name>
<properties>
diff --git a/pom.xml b/pom.xml
index f2949e4..b94f8d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr</name>
<description>vfc gvnfm vnfmgr</description>
diff --git a/version.properties b/version.properties
index d6a8106..c0177cb 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=7
+patch=8
base_version=${major}.${minor}.${patch}