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:29:15 UTC

svn commit: r1139628 - /mina/ftpserver/branches/1.0.x/pom.xml

Author: ngn
Date: Sat Jun 25 21:29:15 2011
New Revision: 1139628

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

Modified:
    mina/ftpserver/branches/1.0.x/pom.xml

Modified: mina/ftpserver/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.x/pom.xml?rev=1139628&r1=1139627&r2=1139628&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.x/pom.xml (original)
+++ mina/ftpserver/branches/1.0.x/pom.xml Sat Jun 25 21:29:15 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>