diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-17 09:24:03 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-18 05:47:15 -0700 |
commit | 00501177ad8e42aae3d72c0c0589e44947349249 (patch) | |
tree | efd450dc4a566a0ee86ae7488f0e1dccf4b90765 | |
parent | 636eec90c49fe2e4223dbeb79bd17c30b714dce8 (diff) |
Bumping the oparent and osdf artifact versions
Bumped the oparent-python version to 1.2.0
Bumped the osdf artifacts version to 1.2.0
Issue-ID: OPTFRA-301
Change-Id: I10a45b89333606b008e172d60fad3ab6e3af5121
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,13 +23,13 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-python</artifactId> - <version>1.1.1</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.optf.osdf</groupId> <artifactId>optf-osdf</artifactId> <name>optf-osdf</name> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <description>Optimization Service Design Framework</description> <properties> |