Update version to 1.2.2 42/70042/1 1.2.2
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 8 Oct 2018 10:28:55 +0000 (03:28 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Mon, 8 Oct 2018 23:35:29 +0000 (16:35 -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: I804737ba09481a4704656101b8361482b5e0553f
Issue-ID: OPTFRA-370
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 43d3d15..438e989 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.osdf</groupId>
     <artifactId>optf-osdf</artifactId>
     <name>optf-osdf</name>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <description>Optimization Service Design Framework</description>
 
     <properties>
index e0ee3c0..536c517 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}