summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-07-18 09:26:06 -0400
committerDan Timoney <dtimoney@att.com>2019-07-18 13:27:49 +0000
commitc3a2bbc077e0d605477b1ff9d6f5590182c8a1b1 (patch)
tree5b10e824c9cbc1cb6969ae8dcf9f2bc8e47c8cec
parente50b344c0491e313c0fff96b37f673388d87cad2 (diff)
Update to oparent 2.0.0
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 b7b0cc9..3dfc4ba 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>