summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-02 09:41:38 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-02 09:41:43 +0800
commit28d2b811d021dd4e47b1600e59b06543ce485673 (patch)
treee1c0bacd278272f428fee1fc61975939865a0057
parent229e785b8679eadcc58a7165d134ea56bdaf1ac1 (diff)
Update vnflcm release version to 1.3.7
Change-Id: I2c5f7a3bc5574f8a1b49b5530da3a26510a396aa Issue-ID: VFC-1626 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 3155bba6..5b21b4c2 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.6"
+VERSION="1.3.7"
PROJECT="vfc"
IMAGE="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 6dbc92d4..a5f64dd7 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.6-SNAPSHOT</version>
+ <version>1.3.7-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.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm-lcm</name>
<properties>
diff --git a/pom.xml b/pom.xml
index 14470180..643885ae 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.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm</name>
<description>vfc gvnfm vnflcm</description>
diff --git a/version.properties b/version.properties
index 580af38c..d6a81060 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=6
+patch=7
base_version=${major}.${minor}.${patch}