diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-18 09:26:06 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-18 09:26:06 -0400 |
commit | 76a9018491f6207cd20dc21e9b73cf46cd915451 (patch) | |
tree | a2ba11e5269c7e88d495ac2c7e968127ac7857e5 | |
parent | 3010d0d4dfd023b0514ca267f5456b08697fd1e8 (diff) |
Update to oparent 2.0.0dublin
Need to update to oparent version 2.0.0 in order to remove installationg
of nexus staging plugin.
Change-Id: Icac59474dff183eec14e8fa6a9ad22723521dc8b
Issue-ID: CCSDK-1500
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -14,6 +14,17 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.3</version> + <version>2.0.0</version> </parent> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <url>${onap.nexus.url}/content/repositories/releases</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <url>${onap.nexus.url}/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> </project> |