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 2006/08/27 11:25:55 UTC

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

Author: jdillon
Date: Sun Aug 27 02:25:54 2006
New Revision: 437353

URL: http://svn.apache.org/viewvc?rev=437353&view=rev
Log:
Add comment about m2-ibiblio-rsync-repository needed for releases before central is sync'd

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?rev=437353&r1=437352&r2=437353&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Sun Aug 27 02:25:54 2006
@@ -368,6 +368,25 @@
     </build>
     
     <repositories>
+        <!--
+        NOTE: This repository should not normally be used, but is needed to perform
+              releases after a dependent project was just released, but not yet
+              synchronized to the central repository mirrors.
+        
+        <repository>
+            <id>apache</id>
+            <name>Apache Repository</name>
+            <url>http://people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+        -->
+        
         <repository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>