aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-06-03 10:25:29 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-06-03 10:27:25 +0800
commit607abf70776a8278a4986d3848c8dc041e0f7889 (patch)
treeea22dec04fa82518a56b944d29433228b9b0d917
parentb8546fe945ca287d9095b5513fe1f1f5fbb481b1 (diff)
update project version to 1.3.3
Change-Id: I5380d5158f5a0642bd59beea0e504ccf0b463210 Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--docker/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 7593bc89..1dac59b8 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.2"
+VERSION="1.3.3"
PROJECT="vfc"
IMAGE="nslcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index c91f24e6..0dc3eb1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.lcm</groupId>
<artifactId>vfc-nfvo-lcm</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-lcm</name>
<description>vfc nfvo lcm</description>
diff --git a/version.properties b/version.properties
index 09699482..78b140e8 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}