summaryrefslogtreecommitdiffstats
path: root/lcm
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-03-03 15:00:29 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-03-08 13:14:12 +0800
commit0b6d1677dca254fe84bfa1f90f6f1d5ebbbcde33 (patch)
treef0155bca013ebdf2a3f664ef11854dc3eec812e5 /lcm
parentb5f2e196e0b18ea3b95b0ab6e3938340b7b4bf1e (diff)
Update vfc-vnflcm vsersion1.4.1
Change-Id: Icdd3aa38c0792c717fda669c09f1248bf0ae2ddc Issue-ID: VFC-1830 Signed-off-by: dyh <dengyuanhong@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 79c79f79..60fd3d8d 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.4.0"
+VERSION="1.4.1"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 553ee7b6..d03ece39 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.4.0-SNAPSHOT</version>
+ <version>1.4.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.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>