Revert "Make distributionManagement reference groups" 10/4510/1
authorTony Tkacik <ttkacik@cisco.com>
Tue, 21 Jan 2014 15:44:41 +0000 (15:44 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 21 Jan 2014 15:44:41 +0000 (15:44 +0000)
This reverts commit 312ee2144e8cff81d9e8ace96413870c213bd4ab.

Change-Id: Id6da0eb93cb10d81cda9fbc3f581b17cef2aa5e6
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f770c4720bb7f1d3a936aa2c5c0f8a033d9b1dd9..3de2218b33b0517290b80ff831d2d62727d71b56 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <distributionManagement>
         <!-- OpenDayLight Released artifact -->
         <repository>
-            <id>opendaylight-mirror</id>
-            <name>opendaylight-mirror</name>
-            <url>${nexusproxy}/groups/public/</url>
+            <id>opendaylight-release</id>
+            <url>${nexusproxy}/repositories/opendaylight.release/</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>