Bump up version of HAS 1.3.0 40/86640/1
authorShankar Narayanan <snarayanan@research.att.com>
Tue, 30 Apr 2019 15:25:03 +0000 (11:25 -0400)
committerShankar Narayanan <snarayanan@research.att.com>
Tue, 30 Apr 2019 15:25:27 +0000 (11:25 -0400)
Change-Id: I056f211082df6dbbdfdc89f915d0e720bb86e1e1
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-491

conductor/pom.xml
conductor/setup.cfg
pom.xml
run-dockers.sh
version.properties

index c1f04a4..9d8cab5 100644 (file)
 
     <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>
index 5c87a2c..5152285 100644 (file)
@@ -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
diff --git a/pom.xml b/pom.xml
index f5544c4..60584d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index f6836c6..03dccb8 100755 (executable)
@@ -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}"
index 901aa18..2db554b 100644 (file)
@@ -18,8 +18,8 @@
 #
 
 major=1
-minor=2
-patch=5
+minor=3
+patch=0
 
 base_version=${major}.${minor}.${patch}