aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-03 10:39:39 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-09-03 10:39:45 +0800
commit60520f27a797e099ec189a1ba2c746e94cdd62d7 (patch)
tree59ac769ff5058ad92e027b29d16696b525444016
parentd33d60d1e3475f8b627ba82b2d019c6b5689da07 (diff)
Update project version of catalog to 1.3.5
Change-Id: I9eff45392ab7b84e07e8e82bf03794f305050e23 Issue-ID: VFC-1507 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 18ea3d8f..0764202c 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.4"
+VERSION="1.3.5"
PROJECT="vfc"
IMAGE="catalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index cc039d11..20dbf54c 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.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-catalog</name>
<description>vfc nfvo catalog</description>
diff --git a/version.properties b/version.properties
index bd7d2f30..86a0031d 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=3
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}