diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 19:51:18 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-15 19:52:51 -0700 |
commit | 45b3bb8d5bbc6f3f882e841bd0320e7b5f05d04a (patch) | |
tree | 588148be0dfea1a01985db1e28f7d10ec48ecc3a | |
parent | 49521d32dc18aa34e6c23967d97eb6180c42751f (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: Ie0f56a595b6427960fbccc56dc89ce604310d4d2
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> <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |