aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-06-03 10:30:10 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-06-03 10:30:17 +0800
commit48c43482c882e48cf363b9f5d2c811bb7ef522d5 (patch)
treec44a8277764971a7538686b6736948de78a611ef
parentaac59835976fe940f9c07ddaa792d5661bfbdc8f (diff)
update catalog version to 1.3.3dublin
Change-Id: I33b9580378bd3a37f43524d13147465c74abe704 Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-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 9e4a7fee..7ea61ab6 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.3.2"
+VERSION="1.3.3"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 85c7fafb..e51360ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.catalog</groupId>
<artifactId>vfc-nfvo-catalog</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-catalog</name>
<description>vfc nfvo catalog</description>
diff --git a/version.properties b/version.properties
index e739dc21..c4829e75 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}