You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/27 03:47:35 UTC

svn commit: r500458 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Fri Jan 26 18:47:35 2007
New Revision: 500458

URL: http://svn.apache.org/viewvc?view=rev&rev=500458
Log:
Remove non-snapshot codehaus repos, these are all mirrored to central
and are causing some strange build errors due to a misbehaving redirect to ibiblio which randombly redirects to /

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?view=diff&rev=500458&r1=500457&r2=500458
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Fri Jan 26 18:47:35 2007
@@ -421,19 +421,6 @@
         </repository>
         
         <repository>
-            <id>codehaus</id>
-            <name>Codehaus Repository</name>
-            <url>http://repository.codehaus.org</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-        
-        <repository>
             <id>codehaus-snapshots</id>
             <name>Codehaus Snapshots Repository</name>
             <url>http://snapshots.repository.codehaus.org</url>
@@ -462,19 +449,6 @@
             </snapshots>
             <releases>
                 <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-        
-        <pluginRepository>
-            <id>codehaus</id>
-            <name>Codehaus Repository</name>
-            <url>http://repository.codehaus.org</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
             </releases>
         </pluginRepository>