summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-02 10:00:27 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-02 10:00:37 +0800
commit8570673356456e08fdf110e7d55fcbd904ea1591 (patch)
tree56f2dd36444244189cff237c716e2c2b2649c6c7 /res
parent115df251a528b94db589016c07d7722fea484af1 (diff)
Update vnfres release version to 1.3.7
Change-Id: I6c5599bb4ef05ada292d276434e9d63a36b3100d Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'res')
-rwxr-xr-xres/docker/build_image.sh2
-rw-r--r--res/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh
index a8c31f5..784901b 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.6"
+VERSION="1.3.7"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/res/pom.xml b/res/pom.xml
index d174bf8..63683cf 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.6-SNAPSHOT</version>
+ <version>1.3.7-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.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres-res</name>
<description>vfc gvnfm vnfres res</description>