summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-10-16 16:26:44 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-10-16 16:30:40 +0800
commit5d6ecaead23f1633a28131e239c0a822b5d21bcb (patch)
tree842e7f96ca854b9298ebbc7ea70e85e24210f7b4 /lcm
parent19c8f17c4191e47cf15dce4d5ed48716a1c78c59 (diff)
Update vnflcm release version to 1.3.6
Change-Id: Ieeb40a5ac4301a9e276fa498842751c25ebbf131 Issue-ID: VFC-1554 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'lcm')
-rwxr-xr-xlcm/docker/build_image.sh2
-rw-r--r--lcm/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh
index 8ec282f6..3155bba6 100755
--- a/lcm/docker/build_image.sh
+++ b/lcm/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.5"
+VERSION="1.3.6"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index b8c2dfec..1049cc53 100644
--- a/lcm/pom.xml
+++ b/lcm/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
<artifactId>vfc-gvnfm-vnflcm</artifactId>
- <version>1.3.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
<artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
- <version>1.3.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>