summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 18:09:30 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-01-24 18:10:20 +0800
commit3c753cc674f9f3d390fe10ca9e967858cbebebb2 (patch)
treed7bd2a322ab7ccb4229b6d4393d23ab6f6b2eeae
parentd5b56b2351549f9281298f014669eb7ddf7b334f (diff)
update vfc version to 1.3.0
Change-Id: I890f049ae9a9bde81f8e29103e48076a41096c55 Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1230
-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.properties4
5 files changed, 8 insertions, 8 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 45b8e78..93c9871 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.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0-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 ab8771b..55c09db 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.2.2"
+VERSION="1.3.0"
PROJECT="vfc"
IMAGE="multivimproxy"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 194c542..bdf5ae5 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.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy</name>
<description>vfc nfvo multivimproxy</description>
diff --git a/service/pom.xml b/service/pom.xml
index e90b12e..e6c091f 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.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vfc-nfvo-multivimproxy-service</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy-service</name>
<packaging>war</packaging>
<dependencies>
diff --git a/version.properties b/version.properties
index 80d2dbd..864741a 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
-patch=2
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}