diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-03-13 16:51:03 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-03-14 16:50:06 -0700 |
commit | 8bbbe10457e6593e1e09fd6ff7c71b55f5e052f9 (patch) | |
tree | 8b218480a6dad13015dc1e6482849e39f638a45b /pom.xml | |
parent | 23ee0f444bca65f1e40a2242c17b75288c3affc1 (diff) |
update pom.xml to point to latest oparent
Issue-ID: VNFSDK-225
Change-Id: I206948aa6e5540851930eb62e8d6b4347c644a41
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- + Copyright (C) 2018, Huawei Technologies, Ltd. Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,14 +21,14 @@ <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> <groupId>org.onap.vnfsdk.refrepo</groupId> <artifactId>vnfmarket</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <packaging>pom</packaging> <name>vnfsdk-refrepo</name> |