summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2018-08-27 10:59:26 +0800
committeryangyan <yangyanyj@chinamobile.com>2018-08-27 11:00:22 +0800
commit8db869b6155cfe398aece70709f320882f6ffb6d (patch)
tree4e63eea836a42e258e5f7f2aa5e830ed9cf9f940 /res
parent4a4ed307875700b4e15d79cad841cadf18aa8e64 (diff)
update version of vnfres
Change-Id: I607ef6dae1e68e8a2f4279f6ec2136e80c6f52e8 Issue-ID: VFC-1080 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 0ad4424..dfa68dc 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.1.0"
+VERSION="1.2.0"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/res/pom.xml b/res/pom.xml
index 3f8535e..9026d24 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.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
<artifactId>vfc-gvnfm-vnfres-res</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres-res</name>
<description>vfc gvnfm vnfres res</description>