summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-18 09:26:06 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-18 09:26:06 -0400
commit76a9018491f6207cd20dc21e9b73cf46cd915451 (patch)
treea2ba11e5269c7e88d495ac2c7e968127ac7857e5
parent3010d0d4dfd023b0514ca267f5456b08697fd1e8 (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.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 64dabed..99b9570 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>