diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-19 07:19:02 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-19 07:19:02 -0700 |
commit | 443e3ae95abb92c7cd79fa975e0136a1539a5254 (patch) | |
tree | 26d84c026c60e3221527ef99abe99ea01d0cd9fa /pom.xml | |
parent | 2fc33e4237e0dc0a383efc4ff04a2ba334799744 (diff) |
Reverting the oparent version to release version
Reverting the oparent version back to 1.1.1.
Dependencies outside the project should use release version
instead of snapshot verion
Change-Id: I9d3282f545172608cc951ae8ad892428c4f8d702
Issue-ID: OPTFRA-301
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-python</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.1.1</version> </parent> <groupId>org.onap.optf.osdf</groupId> |