From c630070a3e37615c23456e080322fb25d9bace3d Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Mon, 16 Sep 2019 05:21:16 +0800 Subject: Increment HAS to version 1.3.3 Bump up the version for release use Issue-ID: OPTFRA-546 Signed-off-by: Ruoyu Ying Change-Id: I2949c46c41fa55ef9ae88bb6e112ef47d6e6cbd1 --- conductor/pom.xml | 4 ++-- pom.xml | 2 +- run-dockers.sh | 2 +- version.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conductor/pom.xml b/conductor/pom.xml index 5a53ce0..071b66a 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index b95785d..4132f59 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index 0040f4c..e618983 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.2" +VERSION="1.3.3" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" diff --git a/version.properties b/version.properties index db40be1..4522d8c 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg