Merge "Make distributionManagement reference groups"
authorTony Tkacik <ttkacik@cisco.com>
Tue, 21 Jan 2014 13:29:37 +0000 (13:29 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 21 Jan 2014 13:29:37 +0000 (13:29 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 44690ce2dc43b4a842d84dbfe18f96d7be58f424..66d9e506e0dea33d3c7b4121bd59c56bf923b1ce 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <distributionManagement>
         <!-- OpenDayLight Released artifact -->
         <repository>
-            <id>opendaylight-release</id>
-            <url>${nexusproxy}/repositories/opendaylight.release/</url>
+            <id>opendaylight-mirror</id>
+            <name>opendaylight-mirror</name>
+            <url>${nexusproxy}/groups/public/</url>
         </repository>
-        <!-- OpenDayLight Snapshot artifact -->
-        <snapshotRepository>
-            <id>opendaylight-snapshot</id>
-            <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
-        </snapshotRepository>
         <site>
             <id>${project.artifactId}-site</id>
             <url>./</url>