You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ca...@apache.org on 2008/12/03 16:43:36 UTC

svn commit: r722938 - /incubator/abdera/java/trunk/pom.xml

Author: calavera
Date: Wed Dec  3 07:43:35 2008
New Revision: 722938

URL: http://svn.apache.org/viewvc?rev=722938&view=rev
Log:
distribution repositories moved to the tlp repositories

Modified:
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?rev=722938&r1=722937&r2=722938&view=diff
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Wed Dec  3 07:43:35 2008
@@ -426,13 +426,14 @@
   <distributionManagement>
     <snapshotRepository>
       <id>apache.snapshots</id>
-      <name>Apache Incubating Repository</name>
+      <name>Apache Development Snapshot Repository</name>
       <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-    </snapshotRepository>
+    </snapshotRepository>
+
     <repository>
       <id>apache.releases</id>
-      <name>Apache Incubating Repository</name>
-      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-repository</url>
+      <name>Apache Release Distribution Repository</name>
+      <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
     </repository>
   </distributionManagement>
 
@@ -441,11 +442,4 @@
     <topDir>${basedir}</topDir>
   </properties>
 
-  <repositories>
-    <repository>
-      <id>apache.incubating</id>
-      <name>Apache Incubating Repository</name>
-      <url>http://people.apache.org/repo/m2-repository</url>
-    </repository>
-  </repositories> 
 </project>