You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jl...@apache.org on 2006/10/01 22:40:43 UTC

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

Author: jlaskowski
Date: Sun Oct  1 13:40:43 2006
New Revision: 451807

URL: http://svn.apache.org/viewvc?view=rev&rev=451807
Log:
Remove duplicated entries that are in fact inherited from parent o.a.apache pom

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=451807&r1=451806&r2=451807
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Sun Oct  1 13:40:43 2006
@@ -479,27 +479,6 @@
         </pluginRepository>
     </pluginRepositories>
     
-    <distributionManagement>
-        <repository>
-            <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>
-        
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-        
-        <!--
-        <site>
-            <id>geronimo-website</id>
-            <url>scp://people.apache.org/www/geronimo.apache.org/maven/${pom.groupId}</url>
-        </site>
-        -->
-    </distributionManagement>
-    
     <profiles>
         <profile>
             <id>default</id>