summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-04 15:18:31 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-04 15:22:10 +0800
commit3e044c00b80e7041bb7d71b2daaba015f473ddf4 (patch)
treec4a1e39b3b0bc4fc72bc5a5d67d9eafc04db4dc5
parent3a9df1e72e715d9a5955b4d6e16ddc402a629d1c (diff)
Update multivimproxy release version to 1.3.1
Change-Id: I83d076e819054496e339220a4ac97fd70a35a068 Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--deployment/pom.xml4
-rw-r--r--docker/build_image.sh2
-rw-r--r--pom.xml2
-rw-r--r--service/pom.xml4
-rw-r--r--version.properties2
5 files changed, 7 insertions, 7 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 93c9871..92e42b2 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -19,10 +19,10 @@
<parent>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<artifactId>vfc-nfvo-multivimproxy-deployment</artifactId>
<name>vfc-nfvo-multivimproxy-deployment</name>
<packaging>pom</packaging>
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 55c09db..6411e09 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.0"
+VERSION="1.3.1"
PROJECT="vfc"
IMAGE="multivimproxy"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index b1ceb0b..91658b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
<packaging>pom</packaging>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy</name>
<description>vfc nfvo multivimproxy</description>
diff --git a/service/pom.xml b/service/pom.xml
index a8e88ab..3c8769f 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vfc-nfvo-multivimproxy-service</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy-service</name>
<packaging>war</packaging>
<dependencies>
diff --git a/version.properties b/version.properties
index 864741a..689b845 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}