You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/03/30 07:24:42 UTC

svn commit: r389991 - in /directory: branches/apacheds/1.0-trunks/pom.xml trunks/pom.xml

Author: trustin
Date: Wed Mar 29 21:24:39 2006
New Revision: 389991

URL: http://svn.apache.org/viewcvs?rev=389991&view=rev
Log:
Changed the distribution protocol from scpexe to scp to avoid the directory permission problem


Modified:
    directory/branches/apacheds/1.0-trunks/pom.xml
    directory/trunks/pom.xml

Modified: directory/branches/apacheds/1.0-trunks/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0-trunks/pom.xml?rev=389991&r1=389990&r2=389991&view=diff
==============================================================================
--- directory/branches/apacheds/1.0-trunks/pom.xml (original)
+++ directory/branches/apacheds/1.0-trunks/pom.xml Wed Mar 29 21:24:39 2006
@@ -68,14 +68,14 @@
     <snapshotRepository>
       <id>apache.snapshots</id>
       <url>
-        scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository
+        scp://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository
       </url>
     </snapshotRepository>
     <repository>
       <name>ASF Mirrored M2 Distributions</name>
       <id>apache.snapshots</id>
       <url>
-        scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository
+        scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
       </url>
     </repository>
 

Modified: directory/trunks/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/pom.xml?rev=389991&r1=389990&r2=389991&view=diff
==============================================================================
--- directory/trunks/pom.xml (original)
+++ directory/trunks/pom.xml Wed Mar 29 21:24:39 2006
@@ -51,14 +51,14 @@
     <snapshotRepository>
       <id>apache.snapshots</id>
       <url>
-        scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository
+        scp://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository
       </url>
     </snapshotRepository>
     <repository>
       <name>ASF Mirrored M2 Distributions</name>
       <id>apache.snapshots</id>
       <url>
-        scpexe://minotaur.apache.org/www/www.apache.org/dist/maven-repository
+        scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository
       </url>
     </repository>