Bump version to 1.3.2-staging 24/92324/1
authorRuoyu Ying <ruoyu.ying@intel.com>
Wed, 31 Jul 2019 11:36:59 +0000 (19:36 +0800)
committerRuoyu Ying <ruoyu.ying@intel.com>
Wed, 31 Jul 2019 11:38:19 +0000 (19:38 +0800)
Issue-ID: OPTFRA-546
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Change-Id: I42ccd920262b11467064f6479b267ee54e94db7a

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

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