From: Ruoyu Ying Date: Wed, 31 Jul 2019 11:36:59 +0000 (+0800) Subject: Bump version to 1.3.2-staging X-Git-Tag: 1.3.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f46f955ea3a4ce34d674c8e0f2d71ac458d40a8c;p=optf%2Fhas.git Bump version to 1.3.2-staging Issue-ID: OPTFRA-546 Signed-off-by: Ruoyu Ying Change-Id: I42ccd920262b11467064f6479b267ee54e94db7a --- diff --git a/conductor/pom.xml b/conductor/pom.xml index 5c772ce..5a53ce0 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index f090459..b95785d 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index ea5b5be..0040f4c 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.1" +VERSION="1.3.2" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" diff --git a/version.properties b/version.properties index b847a8d..db40be1 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}