summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-03-04 09:39:07 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-03-08 13:11:36 +0800
commit8fc32ea64bad3a8c44e1f45b00b05628dbe060d7 (patch)
tree9f5c10e3b135a427b00a3c3aeca380bea8914d43
parent5d2b532b5b272394512866c01e1889b230b9ca61 (diff)
Update vfc-vnfres version1.3.9
Change-Id: Ia1686cf1b51180705eac5904abb0dada414d7758 Issue-ID: VFC-1830 Signed-off-by: dyh <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 94128b7..ecaad07 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.8-SNAPSHOT</version>
+ <version>1.3.9-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 caa0840..0d26a8c 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.8"
+VERSION="1.3.9"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/res/pom.xml b/res/pom.xml
index 534a9bf..fcb53fb 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.8-SNAPSHOT</version>
+ <version>1.3.9-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.8-SNAPSHOT</version>
+ <version>1.3.9-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 c0177cb..367b6d0 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=8
+patch=9
base_version=${major}.${minor}.${patch}