diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-16 15:21:24 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-03-16 15:21:54 -0700 |
commit | 0dc92cb05329fb28e8cabfc276e9a9993ce47b7a (patch) | |
tree | c288f263aa0fac48ca5ce1968c976df86b071615 | |
parent | 6e6babd96b389602e6ab4b3550a0c3db4f9ae7c6 (diff) |
Upgrade to latest oparent
Update pom.xml file to latest version release of oparent, 1.1.0
Change-Id: I11416c800df883997eeb2d604b0b50ccf57eb9d4
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
@@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> |