From: Dileep Ranganathan Date: Mon, 8 Oct 2018 10:56:22 +0000 (-0700) Subject: Update version to 1.2.2 X-Git-Tag: 1.2.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F70043%2F1;p=optf%2Fhas.git Update version to 1.2.2 Update maven artifact verion to 1.2.2-SNAPSHOT Update docker image version to 1.2.2 Update oparent-python to 1.2.1 release version Change-Id: Ic588d2544847cdf1ba0f98678e5b55ef82e01671 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/pom.xml b/conductor/pom.xml index fecf927..3308be1 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index e17b0d1..fc80623 100644 --- a/pom.xml +++ b/pom.xml @@ -21,14 +21,14 @@ org.onap.oparent oparent-python - 1.2.0 + 1.2.1 org.onap.optf.has optf-has optf-has - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index e61ea3c..c7b8a1b 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.1" +VERSION="1.2.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 eb859e6..e7fb1f8 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}