summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-10-16 16:26:44 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-10-16 16:30:40 +0800
commit5d6ecaead23f1633a28131e239c0a822b5d21bcb (patch)
tree842e7f96ca854b9298ebbc7ea70e85e24210f7b4
parent19c8f17c4191e47cf15dce4d5ed48716a1c78c59 (diff)
Update vnflcm release version to 1.3.6
Change-Id: Ieeb40a5ac4301a9e276fa498842751c25ebbf131 Issue-ID: VFC-1554 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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 8ec282f6..3155bba6 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.5"
+VERSION="1.3.6"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index b8c2dfec..1049cc53 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.5-SNAPSHOT</version>
+ <version>1.3.6-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.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>
diff --git a/pom.xml b/pom.xml
index be3a8014..9b15de7a 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.3.5-SNAPSHOT</version>
+ <version>1.3.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm</name>
<description>vfc gvnfm vnflcm</description>
diff --git a/version.properties b/version.properties
index 8deb44f6..580af38c 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=5
+patch=6
base_version=${major}.${minor}.${patch}