Upgrade HAS version to 1.2.1 39/64539/1 1.2.1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 30 Aug 2018 15:22:32 +0000 (08:22 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 30 Aug 2018 15:22:32 +0000 (08:22 -0700)
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 <dileep.ranganathan@intel.com>
conductor/pom.xml
pom.xml
run-dockers.sh
version.properties

index 40501dc..fecf927 100644 (file)
 
     <parent>
         <groupId>org.onap.optf.has</groupId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.1-SNAPSHOT</version>
         <artifactId>optf-has</artifactId>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has-conductor</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
 
     <name>optf-has-conductor</name>
     <description>Homing Allocation Service/Conductor</description>
diff --git a/pom.xml b/pom.xml
index 0c249a3..e17b0d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.1.1</version>
+        <version>1.2.0</version>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
index 5efb080..e61ea3c 100755 (executable)
@@ -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}"
index 2217466..eb859e6 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=2
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}