diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-08 03:28:55 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-10-08 16:35:29 -0700 |
commit | 2ff9e17e514b2ae297bd05e84cc7c468493e5ae0 (patch) | |
tree | c59d0d17cc72d66c8a711148cba37cc872fce7b9 | |
parent | fa9960690db89b0695c266abdb9009e2331f6f3c (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.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |