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 2008/05/01 13:57:04 UTC

svn commit: r652485 - in /mina/ftpserver/trunk: ./ core/NOTICE.txt ftplet-api/NOTICE.txt pom.xml

Author: ngn
Date: Thu May  1 04:57:04 2008
New Revision: 652485

URL: http://svn.apache.org/viewvc?rev=652485&view=rev
Log:
Now using a prebuilt commons-net from our own temporary repository

Modified:
    mina/ftpserver/trunk/   (props changed)
    mina/ftpserver/trunk/core/NOTICE.txt
    mina/ftpserver/trunk/ftplet-api/NOTICE.txt
    mina/ftpserver/trunk/pom.xml

Propchange: mina/ftpserver/trunk/
            ('svn:externals' removed)

Modified: mina/ftpserver/trunk/core/NOTICE.txt
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/NOTICE.txt?rev=652485&r1=652484&r2=652485&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/NOTICE.txt (original)
+++ mina/ftpserver/trunk/core/NOTICE.txt Thu May  1 04:57:04 2008
@@ -1,5 +1,5 @@
 Apache FtpServer
-Copyright 2004 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: mina/ftpserver/trunk/ftplet-api/NOTICE.txt
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/ftplet-api/NOTICE.txt?rev=652485&r1=652484&r2=652485&view=diff
==============================================================================
--- mina/ftpserver/trunk/ftplet-api/NOTICE.txt (original)
+++ mina/ftpserver/trunk/ftplet-api/NOTICE.txt Thu May  1 04:57:04 2008
@@ -1,5 +1,5 @@
 Apache FtpServer
-Copyright 2004 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: mina/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=652485&r1=652484&r2=652485&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Thu May  1 04:57:04 2008
@@ -97,16 +97,9 @@
         <url>http://svn.apache.org/viewvc/mina/sandbox/ftpserver/trunk</url>
     </scm>
 
-
   <dependencyManagement>
     <dependencies>
       <!-- Submodules -->
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<version>2.0.0-SNAPSHOT</version>
-		</dependency>
-
       <dependency>
         <groupId>${groupId}</groupId>
         <artifactId>ftplet-api</artifactId>
@@ -142,7 +135,11 @@
 	      <artifactId>junit</artifactId>
 	      <version>3.8.2</version>
 	    </dependency>
-
+		<dependency>
+			<groupId>commons-net</groupId>
+			<artifactId>commons-net</artifactId>
+			<version>2.0.0-ftpserver-20080501.114815-1</version>
+		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-log4j12</artifactId>
@@ -388,8 +385,6 @@
         </profile>
     </profiles>
     <modules>
-        <!-- Commons Net is built since no snapshot is available in a Maven repos -->
-        <module>commons-net-2</module>
         <module>ftplet-api</module>
         <module>core</module>
 	<module>server</module>
@@ -417,7 +412,16 @@
             <enabled>false</enabled>
           </releases>
         </repository>
-      </repositories>
+        <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots/>
+            <id>commons-net Snapshots</id>
+            <url>http://people.apache.org/~ngn/ftpserver-repos</url>
+        </repository>
+    </repositories>
+
     <pluginRepositories>
         <pluginRepository>
             <id>apache Snapshots</id>