summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-11-27 09:22:38 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-11-27 09:22:38 +0800
commit16b6b58439b3815b086c1132f73af7e4e4cd06cf (patch)
tree36cdfd77e025e2f15e653fb547167656157d4f20
parentec1fd594dc2f08b7107e7965b39da3b589b4e0fa (diff)
Update vfc version to 1.2.21.2.2
Change-Id: Ie473660b63094527b6219899acb381f8ec76bd8f Issue-ID: VFC-1194 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xlcm/docker/build_image.sh2
-rw-r--r--lcm/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 5 insertions, 5 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh
index d05c3d88..c05d020e 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.2.1"
+VERSION="1.2.2"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index e18f1c62..60a48b9c 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.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
<artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>
diff --git a/pom.xml b/pom.xml
index b4f4d230..5aa3a0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
<artifactId>vfc-gvnfm-vnflcm</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm</name>
<description>vfc gvnfm vnflcm</description>
diff --git a/version.properties b/version.properties
index 502454f3..6d6c5813 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=2
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}