diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-16 15:47:22 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-16 15:47:50 -0700 |
commit | acbc14c9ea1b75450d7b6a85b68e4585d16203e3 (patch) | |
tree | 5b6776840eb488b5e2c33f7307d147bb9edf00fd | |
parent | 869e18d281e42c1c8088706d688e804098e26437 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I773d8f36cee2a11c61f33d294b1c87f6022c396b
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
@@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.openecomp.vvp.image-scanner</groupId> |