You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/12/28 16:28:18 UTC

svn commit: r607264 - /felix/trunk/pom/pom.xml

Author: cziegeler
Date: Fri Dec 28 07:28:17 2007
New Revision: 607264

URL: http://svn.apache.org/viewvc?rev=607264&view=rev
Log:
Correct release repository (we are out of incubator)

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=607264&r1=607263&r2=607264&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Fri Dec 28 07:28:17 2007
@@ -222,9 +222,9 @@
       <url>file:///${user.dir}/target/site-deployed/</url>
     </site>
     <repository>
-      <id>apache.incubator.releases</id>
-      <name>Apache Incubator Release Distribution Repository</name>
-      <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
     </repository>
   </distributionManagement>