diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-30 11:25:03 -0400 |
---|---|---|
committer | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-30 11:25:27 -0400 |
commit | 79793a0041030bb12092549206f5efbb2baf4e11 (patch) | |
tree | 976fcc92d83929ea4b425fff8f8e0a0fe8d59f05 | |
parent | a57cb7ccf199061067b009a472b30ea7ad023d6a (diff) |
Bump up version of HAS 1.3.0
Change-Id: I056f211082df6dbbdfdc89f915d0e720bb86e1e1
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491
-rw-r--r-- | conductor/pom.xml | 4 | ||||
-rw-r--r-- | conductor/setup.cfg | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rwxr-xr-x | run-dockers.sh | 2 | ||||
-rw-r--r-- | version.properties | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/conductor/pom.xml b/conductor/pom.xml index c1f04a4..9d8cab5 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0</version> <artifactId>optf-has</artifactId> </parent> <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-conductor</artifactId> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0</version> <name>optf-has-conductor</name> <description>Homing Allocation Service/Conductor</description> diff --git a/conductor/setup.cfg b/conductor/setup.cfg index 5c87a2c..5152285 100644 --- a/conductor/setup.cfg +++ b/conductor/setup.cfg @@ -22,7 +22,7 @@ name = of-has summary = ONAP Homing Service description-file = README.rst author = AT&T -author-email = ikram@research.att.com +author-email = snarayanan@research.att.com home-page = https://wiki.onap.org/pages/viewpage.action?pageId=16005528 classifier = Development Status :: 4 - Beta @@ -28,7 +28,7 @@ <artifactId>optf-has</artifactId> <name>optf-has</name> - <version>1.2.5-SNAPSHOT</version> + <version>1.3.0</version> <description>Homing Allocation Service</description> <modules> diff --git a/run-dockers.sh b/run-dockers.sh index f6836c6..03dccb8 100755 --- a/run-dockers.sh +++ b/run-dockers.sh @@ -4,7 +4,7 @@ BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.5" +VERSION="1.3.0" PROJECT="optf-has" DOCKER_REPOSITORY="nexus3.onap.org:10003" IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}" diff --git a/version.properties b/version.properties index 901aa18..2db554b 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # major=1 -minor=2 -patch=5 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |