diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2020-09-27 16:32:33 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2020-09-27 16:32:38 +0800 |
commit | 538fbfef0c2b0c050fb2ae7d60990271bbf029e3 (patch) | |
tree | 05218be741da8da98110feb6f98c60f9004c7db5 /lcm | |
parent | 82bc77f537c6a3ecdf60dc7dfc7917bbe7c35367 (diff) |
Update vfc-vnflcm release vsersion to 1.4.01.4.0
Issue-ID: VFC-1753
Change-Id: Id900a4b54c06d4f87f97d94afc98e8e4d85e0a2a
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'lcm')
-rwxr-xr-x | lcm/docker/build_image.sh | 2 | ||||
-rw-r--r-- | lcm/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh index baea1a1c..79c79f79 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.9" +VERSION="1.4.0" PROJECT="vfc" IMAGE="vnflcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/lcm/pom.xml b/lcm/pom.xml index 64c5b9a9..553ee7b6 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.9-SNAPSHOT</version> + <version>1.4.0-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.9-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnflcm-lcm</name> <properties> |