Update version to 1.2.2 43/70043/1 1.2.2
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 8 Oct 2018 10:56:22 +0000 (03:56 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 8 Oct 2018 10:56:22 +0000 (03:56 -0700)
Update maven artifact verion to 1.2.2-SNAPSHOT
Update docker image version to 1.2.2
Update oparent-python to 1.2.1 release version

Change-Id: Ic588d2544847cdf1ba0f98678e5b55ef82e01671
Issue-ID: OPTFRA-370
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/pom.xml
pom.xml
run-dockers.sh
version.properties

index fecf927..3308be1 100644 (file)
 
     <parent>
         <groupId>org.onap.optf.has</groupId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2-SNAPSHOT</version>
         <artifactId>optf-has</artifactId>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has-conductor</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
 
     <name>optf-has-conductor</name>
     <description>Homing Allocation Service/Conductor</description>
diff --git a/pom.xml b/pom.xml
index e17b0d1..fc80623 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.2.0</version>
+        <version>1.2.1</version>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
index e61ea3c..c7b8a1b 100755 (executable)
@@ -4,7 +4,7 @@
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.1"
+VERSION="1.2.2"
 PROJECT="optf-has"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"
index eb859e6..e7fb1f8 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}