diff options
author | maopengzhang <zhang.maopeng1@zte.com.cn> | 2019-07-05 19:01:07 +0800 |
---|---|---|
committer | maopengzhang <zhang.maopeng1@zte.com.cn> | 2019-07-05 19:01:07 +0800 |
commit | e573115e5f9a5c8ad89a519b81f5771553a7bb11 (patch) | |
tree | 77c734fb31c0a37ef7e24a31d2210e1cc7ff268a | |
parent | f260819938455e32679cf10dfafd6ee881cd8d37 (diff) |
resolve lcm csit issue
Add new version 1.3.4
Change-Id: I70a4de3add7084b3aadee1da6e6726c411ce2568
Issue-ID: VFC-1429
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
-rw-r--r-- | docker/build_image.sh | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh index 1dac59b8..6bf9648d 100644 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.3" +VERSION="1.3.4" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.lcm</groupId> <artifactId>vfc-nfvo-lcm</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-lcm</name> <description>vfc nfvo lcm</description> diff --git a/version.properties b/version.properties index 78b140e8..6456604d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |