From: Dileep Ranganathan Date: Wed, 24 Oct 2018 00:25:41 +0000 (-0700) Subject: Update version to 1.2.3 X-Git-Tag: 1.2.3^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F71126%2F1;p=optf%2Fhas.git Update version to 1.2.3 Update version to 1.2.3 Change-Id: I128a72e8c90683e1197923c4f76f2f7b790ca055 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/pom.xml b/conductor/pom.xml index 3308be1..bfcffd4 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index fc80623..966a96f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ optf-has optf-has - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index c7b8a1b..edfae92 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.2" +VERSION="1.2.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 e7fb1f8..add6ba3 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}