Deploying snapshot to p.a.o will omit a repository configuration for snapshots as it's already in Apaches super pom

git-svn-id: https://svn.apache.org/repos/asf/directory/project/branches/bigbang@639581 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 191de13..62adc18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,10 +41,10 @@
   
   <distributionManagement>
     <snapshotRepository>
-      <id>apache.directory.snapshot.repo</id>
-      <name>Snapshot repository for the Apache Directory project</name>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
       <uniqueVersion>false</uniqueVersion>
-      <url>scpexe://vm094.oxylos.org/var/www/html/mirror-maven2</url>
     </snapshotRepository>
   </distributionManagement>
 
@@ -203,9 +203,9 @@
 
   <pluginRepositories>
     <pluginRepository>
-      <id>apache.directory.plugins</id>
-      <name>Plugin repository for the Apache Directory Studio plugin</name>
-      <url>http://vm094.oxylos.org/mirror-maven2/</url>
+      <id>apache.directory.snapshot.plugins</id>
+      <name>Plugin repository for the Apache Directory Snapshot plugins</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
     </pluginRepository>
   </pluginRepositories>