diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 18:44:44 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 18:46:07 -0700 |
commit | 74d2c540ef84393c63e35191835700a0438cdc82 (patch) | |
tree | 7be4e622e5896edae4dad1bb333e5bd7dd6e584f | |
parent | aaca4bfeeec97318815d8343ad1ab5292b4a2f00 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I58eaa350228e532b164e819e949311d112d34ffc
Issue-ID: INT-443
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>0.1.1</version> + <version>1.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.ems</groupId> |