You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/04/24 22:49:49 UTC

svn commit: r396680 - /cocoon/trunk/pom.xml

Author: jheymans
Date: Mon Apr 24 13:49:48 2006
New Revision: 396680

URL: http://svn.apache.org/viewcvs?rev=396680&view=rev
Log:
relisting central as first repository, this greatly improves the timeout problems on cvs.a.o because it's not contacted so often anymore

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/pom.xml?rev=396680&r1=396679&r2=396680&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Mon Apr 24 13:49:48 2006
@@ -40,15 +40,17 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  
   <modules>
     <module>blocks</module>
     <module>commons</module>
     <module>core</module>
     <module>tools</module>
-    
   </modules>
   <repositories>
+    <repository>
+      <id>central</id>
+      <url>http://ibiblio.org/maven2</url>
+    </repository>
     <repository>
       <id>apache-maven2</id>
       <name>Apache Maven2 Repository</name>