aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-10-10 13:35:39 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-10-10 13:44:15 +0800
commit20f895c6d41b3fe73922b815980b58cb83ef850b (patch)
tree23a04caacc6623dabd2be9fbda775964578ca72d
parent534eacb5d02868363c72484bf93f92f2d0a9d938 (diff)
Update pom and docker verison of vfc-db
Change-Id: I7063739d40532d8fab9ec22a7b2d3e0cfd08c45b Issue-ID: VFC-1142 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xdocker/build_image.sh2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 6e64233..55709c2 100755
--- 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.1.0"
+VERSION="1.2.0"
PROJECT="vfc"
IMAGE="db"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index e71064f..99b985f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.db</groupId>
<artifactId>vfc-nfvo-db</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-db</name>
<description>vfc nfvo db</description>
diff --git a/version.properties b/version.properties
index 7f86aa1..faf06bb 100644
--- a/version.properties
+++ b/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}