You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/09/27 20:38:19 UTC

svn commit: r1001861 - /mina/ftpserver/branches/1.0.5/pom.xml

Author: ngn
Date: Mon Sep 27 18:38:19 2010
New Revision: 1001861

URL: http://svn.apache.org/viewvc?rev=1001861&view=rev
Log:
Using the correct distribution repository

Modified:
    mina/ftpserver/branches/1.0.5/pom.xml

Modified: mina/ftpserver/branches/1.0.5/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.5/pom.xml?rev=1001861&r1=1001860&r2=1001861&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.5/pom.xml (original)
+++ mina/ftpserver/branches/1.0.5/pom.xml Mon Sep 27 18:38:19 2010
@@ -427,11 +427,11 @@
         <module>examples</module>
       </modules>
       <distributionManagement>
-        <repository>
-          <id>apache.releases</id>
-          <name>Apache Release Distribution Repository</name>
-          <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
-        </repository>
+          <repository> 
+            <id>apache.releases.https</id> 
+            <name>Apache Release Distribution Repository</name> 
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> 
+          </repository>
       </distributionManagement>
     </profile>
   </profiles>