summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-20 15:18:02 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-20 15:18:21 +0800
commit2052a0b4e79f6e470f70d181780803efd42b97a3 (patch)
tree78e7e4ab0efd1389c88e673948d6115390fc66e4 /lcm
parent1a939a9f432f66c8dc9189806e418d5f4de9d873 (diff)
fix version to 1.3.1
Change-Id: Id77da54a0679f135cbe12f125e8e4f64b08e445c Issue-ID: VFC-1388 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 a524b9ee..998e8973 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.0"
+VERSION="1.3.1"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index fa547815..b0d748bb 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.0-SNAPSHOT</version>
+ <version>1.3.1-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.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>