Upgrade OSDF version to 1.2.1 37/64537/1 1.2.1
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 4 Sep 2018 17:22:47 +0000 (10:22 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 4 Sep 2018 17:22:47 +0000 (10: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: Ic4a631ac5b6a5480fabb0e2bc02d308b72152ab9
Issue-ID: OPTFRA-257
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
pom.xml
version.properties

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