From: Dileep Ranganathan Date: Thu, 30 Aug 2018 15:22:32 +0000 (-0700) Subject: Upgrade HAS version to 1.2.1 X-Git-Tag: 1.2.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f983a3cc032501782ab144b97aab269392b8db3d;p=optf%2Fhas.git Upgrade HAS version to 1.2.1 Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ie57e8ac107f1fa4fb3f840869a2fe0656012d601 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan --- diff --git a/conductor/pom.xml b/conductor/pom.xml index 40501dc..fecf927 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ org.onap.optf.has - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT optf-has org.onap.optf.has optf-has-conductor - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT optf-has-conductor Homing Allocation Service/Conductor diff --git a/pom.xml b/pom.xml index 0c249a3..e17b0d1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,14 +21,14 @@ org.onap.oparent oparent-python - 1.1.1 + 1.2.0 org.onap.optf.has optf-has optf-has - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT Homing Allocation Service diff --git a/run-dockers.sh b/run-dockers.sh index 5efb080..e61ea3c 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.1.1" +VERSION="1.2.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 2217466..eb859e6 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}