You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/02/08 06:34:22 UTC

svn commit: r375861 - /directory/trunks/mina/pom.xml

Author: akarasulu
Date: Tue Feb  7 21:34:21 2006
New Revision: 375861

URL: http://svn.apache.org/viewcvs?rev=375861&view=rev
Log:
mina was overriding global definitions incorrectly for the distribution repository

Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=375861&r1=375860&r2=375861&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Tue Feb  7 21:34:21 2006
@@ -19,24 +19,6 @@
     <url>http://issues.apache.org/jira/browse/DIRMINA</url>
   </issueManagement>
 
-  <distributionManagement>
-    <site>
-      <id>apache.websites</id>
-      <name>Apache Directory Project Web Site</name>
-      <url>scp://minotaur.apache.org/www/directory.apache.org/newsite/projects/network/</url>
-    </site>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Maven 2 Snapshot Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Maven 2 Snapshot Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/mina</connection>
     <url>http://svn.apache.org/viewcvs.cgi/directory/trunks/mina/?root=Apache-SVN</url>
@@ -138,24 +120,6 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <repositories>
-    <!-- For snapshots (no release jars or non-apache jars)           -->
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://cvs.apache.org/maven-snapshot-repository</url>
-    </repository>
-    
-    <!-- Temp repo for 3rd party jars that are not in ibiblio.org yet.-->
-    <!-- Artifacts in repo should be requested for ibiblio upload &   -->
-    <!-- removed from this repository - this repo will disappear.     -->
-    <repository>
-      <id>safehaus</id>
-      <name>Alternate Repository for Missing Ibiblio Artifacts</name>
-      <url>http://m2.safehaus.org</url>
-    </repository>
-  </repositories>
 
   <profiles>
     <profile>