Bump version of staging to 1.3.1 22/88022/1 1.3.1
authorShankar Narayanan <snarayanan@research.att.com>
Fri, 17 May 2019 18:46:45 +0000 (14:46 -0400)
committerShankar Narayanan <snarayanan@research.att.com>
Fri, 17 May 2019 18:47:08 +0000 (14:47 -0400)
Change-Id: Ic104f4b53c0ae38a020a92c21f7f430137027226
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
Issue-ID: OPTFRA-501

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

index d413674..5c772ce 100644 (file)
 
     <parent>
         <groupId>org.onap.optf.has</groupId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
         <artifactId>optf-has</artifactId>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has-conductor</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
 
     <name>optf-has-conductor</name>
     <description>Homing Allocation Service/Conductor</description>
diff --git a/pom.xml b/pom.xml
index 551ce23..f090459 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
index 03dccb8..ea5b5be 100755 (executable)
@@ -4,7 +4,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
+VERSION="1.3.1"
 PROJECT="optf-has"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"
index 2db554b..b847a8d 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}