summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2020-09-27 15:50:11 +0800
committerdengyh <dengyuanhong@chinamobile.com>2020-09-27 15:51:47 +0800
commita76d3a56951a763cc2f3c78ae2bb8717ad3962d4 (patch)
treef062e8879159625d6f4fe305dc24125b9c3edc6c
parentdcb11bc9dd7f3d8bb55a12a3802b903beaf04290 (diff)
Update vfc-vnfres release vsersion to 1.3.81.3.8
Issue-ID: VFC-1753 Change-Id: Icea27f668eaafd455c082a21f5bb2ddbadfc7589 Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r--pom.xml2
-rwxr-xr-xres/docker/build_image.sh2
-rw-r--r--res/pom.xml4
-rw-r--r--version.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index d1e6260..94128b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres</groupId>
<artifactId>vfc-gvnfm-vnfres</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres</name>
<description>vfc gvnfm vnfres</description>
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh
index 784901b..caa0840 100755
--- a/res/docker/build_image.sh
+++ b/res/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="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/res/pom.xml b/res/pom.xml
index 63683cf..534a9bf 100644
--- a/res/pom.xml
+++ b/res/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfres</groupId>
<artifactId>vfc-gvnfm-vnfres</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
<artifactId>vfc-gvnfm-vnfres-res</artifactId>
- <version>1.3.7-SNAPSHOT</version>
+ <version>1.3.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres-res</name>
<description>vfc gvnfm vnfres res</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}