From: Shankar Narayanan Date: Fri, 17 May 2019 18:46:45 +0000 (-0400) Subject: Bump version of staging to 1.3.1 X-Git-Tag: 1.3.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9ec6a47a0629a4566ab5d94a497894904fc92d94;p=optf%2Fhas.git Bump version of staging to 1.3.1 Change-Id: Ic104f4b53c0ae38a020a92c21f7f430137027226 Signed-off-by: Shankar Narayanan Issue-ID: OPTFRA-501 --- diff --git a/conductor/pom.xml b/conductor/pom.xml index d413674..5c772ce 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index 551ce23..f090459 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index 03dccb8..ea5b5be 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.0" +VERSION="1.3.1" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" diff --git a/version.properties b/version.properties index 2db554b..b847a8d 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}