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 2011/06/25 23:28:36 UTC

svn commit: r1139627 - /mina/ftpserver/branches/1.0.6/pom.xml

Author: ngn
Date: Sat Jun 25 21:28:36 2011
New Revision: 1139627

URL: http://svn.apache.org/viewvc?rev=1139627&view=rev
Log:
Changing deployment to use repository.apache.org

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

Modified: mina/ftpserver/branches/1.0.6/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.6/pom.xml?rev=1139627&r1=1139626&r2=1139627&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.6/pom.xml (original)
+++ mina/ftpserver/branches/1.0.6/pom.xml Sat Jun 25 21:28:36 2011
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>apache</artifactId>
     <groupId>org.apache</groupId>
-    <version>4</version>
+    <version>7</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
@@ -420,13 +420,6 @@
         <module>distribution</module>
         <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>
-      </distributionManagement>
     </profile>
   </profiles>
 
@@ -436,14 +429,6 @@
     <module>examples</module>
   </modules>
 
-  <distributionManagement>
-    <repository>
-      <id>dummy</id>
-      <name>Dummy to avoid accidental deploys</name>
-      <url/>
-    </repository>
-  </distributionManagement>
-
   <properties>
     <maven.compile.source>1.5</maven.compile.source>
     <maven.compile.target>1.5</maven.compile.target>