aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-04 10:22:47 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-04 10:22:47 -0700
commitb92510795fb7b15c3e046d0bf96b8c57b32d8565 (patch)
treed2d7b1d0cff13b54042d66e126289d607955555d
parent0c5c12ce1b84a1a26362eac5c98d9eb47d8b0ec3 (diff)
Upgrade OSDF version to 1.2.11.2.1
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>
-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 9f05f0b..43d3d15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
<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>
diff --git a/version.properties b/version.properties
index eb94e74..e0ee3c0 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=2
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}