diff options
author | 2018-03-16 15:41:02 -0700 | |
---|---|---|
committer | 2018-03-26 08:41:56 -0700 | |
commit | 45a643f79fcbb296c724ea12a4f5eff5932e0516 (patch) | |
tree | 9e384288e5638b8869700576bc426182af0ae5cd | |
parent | 4819ac933ecf13a85fcc3e356eb5cb71317b5d03 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Idc1d90752f94d45e5a136f49710e74d66ad09a66
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.cms</groupId> |