diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 19:29:41 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 19:30:05 -0700 |
commit | a9a89ca8b15786e11d66b8aad644670c45363b65 (patch) | |
tree | 84a454e3005e1c991b2931ab610aba4558bd0336 | |
parent | 1c67bde87488f358f81602c12589bfe1ef580306 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I1c1e331fc102632243a87673995554e4d1505eae
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
@@ -20,7 +20,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.sfc</groupId> |