aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-10-08 03:28:55 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-10-08 16:35:29 -0700
commit2ff9e17e514b2ae297bd05e84cc7c468493e5ae0 (patch)
treec59d0d17cc72d66c8a711148cba37cc872fce7b9
parentfa9960690db89b0695c266abdb9009e2331f6f3c (diff)
Update version to 1.2.21.2.2
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>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 43d3d15..438e989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
<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>
diff --git a/version.properties b/version.properties
index e0ee3c0..536c517 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=2
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}