You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2008/06/26 17:45:50 UTC

svn commit: r671925 - in /mina/ftpserver/trunk: core/pom.xml distribution/pom.xml pom.xml server/pom.xml

Author: elecharny
Date: Thu Jun 26 08:45:49 2008
New Revision: 671925

URL: http://svn.apache.org/viewvc?rev=671925&view=rev
Log:
Bumping up all the dependencies

Modified:
    mina/ftpserver/trunk/core/pom.xml
    mina/ftpserver/trunk/distribution/pom.xml
    mina/ftpserver/trunk/pom.xml
    mina/ftpserver/trunk/server/pom.xml

Modified: mina/ftpserver/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/core/pom.xml?rev=671925&r1=671924&r2=671925&view=diff
==============================================================================
--- mina/ftpserver/trunk/core/pom.xml (original)
+++ mina/ftpserver/trunk/core/pom.xml Thu Jun 26 08:45:49 2008
@@ -18,106 +18,113 @@
  under the License. -->  
 
 <project>
-	<parent>
-		<artifactId>ftpserver-parent</artifactId>
-		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.ftpserver</groupId>
-	<artifactId>ftpserver-core</artifactId>
-	<name>Apache FtpServer Core</name>
-	<version>1.0.0-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<scm>
-		<connection>
-			scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
-		</connection>
-		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
-		</developerConnection>
-		<url>
-			http://svn.apache.org/viewvc/mina/ftpserver/trunk/core
-		</url>
-	</scm>
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**/*.properties</include>
-					<include>**/*.handlers</include>
-					<include>**/*.schemas</include>
-					<include>**/*.xsd</include>
-				</includes>
-			</resource>
-		</resources>
-		<testResources>
-			<testResource>
-				<directory>src/test/resources</directory>
-				<includes>
-					<include>*.properties</include>
-				</includes>
-			</testResource>
-		</testResources>
-
-	</build>
-	<dependencies>
-		<dependency>
-		      <groupId>${groupId}</groupId>
-			<artifactId>ftplet-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.mina</groupId>
-			<artifactId>mina-core</artifactId>
-		</dependency>
-
-		<!-- Test dependencies -->
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>oro</groupId>
-			<artifactId>oro</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>hsqldb</groupId>
-			<artifactId>hsqldb</artifactId>
-			<scope>test</scope>
-		</dependency>
-	  <dependency>
+  <parent>
+    <artifactId>ftpserver-parent</artifactId>
+    <groupId>org.apache.ftpserver</groupId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-core</artifactId>
+  <name>Apache FtpServer Core</name>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/core
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/mina/ftpserver/trunk/core
+    </url>
+  </scm>
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*.properties</include>
+          <include>**/*.handlers</include>
+          <include>**/*.schemas</include>
+          <include>**/*.xsd</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>*.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+  
+  <dependencies>
+    <dependency>
+        <groupId>${groupId}</groupId>
+      <artifactId>ftplet-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.mina</groupId>
+      <artifactId>mina-core</artifactId>
+    </dependency>
+
+    <!-- Test dependencies -->
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>2.5.2</version>
+      <version>2.5.5</version>
     </dependency>
-    
   </dependencies>
-
 </project>

Modified: mina/ftpserver/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/distribution/pom.xml?rev=671925&r1=671924&r2=671925&view=diff
==============================================================================
--- mina/ftpserver/trunk/distribution/pom.xml (original)
+++ mina/ftpserver/trunk/distribution/pom.xml Thu Jun 26 08:45:49 2008
@@ -39,6 +39,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.1</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>
@@ -78,7 +79,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.2-beta-2</version>
         <executions>
           <execution>
             <id>bin</id>
@@ -141,7 +142,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-dependency-plugin</artifactId>
-            <version>2.0-alpha-1</version>
+            <version>2.0</version>
             <executions>
               <execution>
                 <id>unpack-ftplet-javadoc</id>

Modified: mina/ftpserver/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=671925&r1=671924&r2=671925&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Thu Jun 26 08:45:49 2008
@@ -18,102 +18,105 @@
  under the License. -->  
 
 <project>
-    <parent>
-        <artifactId>apache</artifactId>
-        <groupId>org.apache</groupId>
-        <version>4</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.ftpserver</groupId>
-    <artifactId>ftpserver-parent</artifactId>
-    <packaging>pom</packaging>
-    <name>Apache FtpServer</name>
-    <version>1.0.0-SNAPSHOT</version>
-    <url>http://mina.apache.org/ftpserver</url>
-    <issueManagement>
-        <system>Jira</system>
-        <url>http://issues.apache.org/jira/browse/FTPSERVER</url>
-    </issueManagement>
-    <inceptionYear>2003</inceptionYear>
-    <mailingLists>
-        <mailingList>
-            <name>FtpServer Users mailing list</name>
-            <subscribe>ftpserver-users-subscribe@mina.apache.org</subscribe>
-            <unsubscribe>ftpserver-users-unsubscribe@mina.apache.org</unsubscribe>
-            <post>ftpserver-users@mina.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/mina-ftpserver-users/</archive>
-        </mailingList>
-        <mailingList>
-            <name>MINA Development mailing list</name>
-            <subscribe>dev-subscribe@mina.apache.org</subscribe>
-            <unsubscribe>dev-unsubscribe@mina.apache.org</unsubscribe>
-            <post>dev@mina.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/mina-dev/</archive>
-            <otherArchives>
-                <otherArchive>http://www.nabble.com/Apache-MINA-f16868.html</otherArchive>
-            </otherArchives>
-        </mailingList>
-        <mailingList>
-            <name>MINA Commit mailing list</name>
-            <subscribe>commits-subscribe@mina.apache.org</subscribe>
-            <unsubscribe>commits-unsubscribe@mina.apache.org</unsubscribe>
-            <archive>http://mail-archives.apache.org/mod_mbox/mina-commits/</archive>
-        </mailingList>
-    </mailingLists>
-    <developers>
-        <developer>
-            <id>ngn</id>
-            <name>Niklas Gustavsson</name>
-            <email>niklas@protocol7.com</email>
-        </developer>
-        <developer>
-            <id>rana_b</id>
-            <name>Rana Battacharyya</name>
-            <email>rana_b.{aT}.yahoo.{d0T}.com</email>
-        </developer>
-        <developer>
-            <id>hammant</id>
-            <name>Paul Hammant</name>
-            <email>paul.{aT}.hammant.{d0T}.org</email>
-        </developer>
-        <developer>
-            <id>sergey</id>
-            <name>Sergey M Vladimirov</name>
-            <email>vlsergey.{aT}.gmail.{d0T}.com</email>
-            <organization>Netcracker corp.</organization>
-        </developer>
-    </developers>
-    <contributors>
-        <contributor>
-            <name>Birkir A. Barkarson</name>
-        </contributor>
-        <contributor>
-            <name>David H. DeWolf</name>
-            <email>ddewolf.{aT}.apache.{d0T}.org</email>
-            <organization>Vivare, INC</organization>
-        </contributor>
-        <contributor>
-            <name>Luis Sanabria</name>
-        </contributor>
-        <contributor>
-            <name>Daniel Hagen</name>
-        </contributor>
-        <contributor>
-            <name>KwangYul Seo</name>
-        </contributor>
-        <contributor>
-            <name>Dave Roberts</name>
-            <organization>SAA Consultants Ltd</organization>
-        </contributor>
-        <contributor>
-            <name>Nick Vincent</name>
-        </contributor>
-    </contributors>
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk</url>
-    </scm>
+  <parent>
+    <artifactId>apache</artifactId>
+    <groupId>org.apache</groupId>
+    <version>4</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-parent</artifactId>
+  <packaging>pom</packaging>
+  <name>Apache FtpServer</name>
+  <version>1.0.0-SNAPSHOT</version>
+  <url>http://mina.apache.org/ftpserver</url>
+  <issueManagement>
+    <system>Jira</system>
+    <url>http://issues.apache.org/jira/browse/FTPSERVER</url>
+  </issueManagement>
+  <inceptionYear>2003</inceptionYear>
+  <mailingLists>
+    <mailingList>
+      <name>FtpServer Users mailing list</name>
+      <subscribe>ftpserver-users-subscribe@mina.apache.org</subscribe>
+      <unsubscribe>ftpserver-users-unsubscribe@mina.apache.org</unsubscribe>
+      <post>ftpserver-users@mina.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/mina-ftpserver-users/</archive>
+    </mailingList>
+    <mailingList>
+      <name>MINA Development mailing list</name>
+      <subscribe>dev-subscribe@mina.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@mina.apache.org</unsubscribe>
+      <post>dev@mina.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/mina-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://www.nabble.com/Apache-MINA-f16868.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>MINA Commit mailing list</name>
+      <subscribe>commits-subscribe@mina.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@mina.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/mina-commits/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <id>ngn</id>
+      <name>Niklas Gustavsson</name>
+      <email>niklas@protocol7.com</email>
+    </developer>
+    <developer>
+      <id>rana_b</id>
+      <name>Rana Battacharyya</name>
+      <email>rana_b.{aT}.yahoo.{d0T}.com</email>
+    </developer>
+    <developer>
+      <id>hammant</id>
+      <name>Paul Hammant</name>
+      <email>paul.{aT}.hammant.{d0T}.org</email>
+    </developer>
+    <developer>
+      <id>sergey</id>
+      <name>Sergey M Vladimirov</name>
+      <email>vlsergey.{aT}.gmail.{d0T}.com</email>
+      <organization>Netcracker corp.</organization>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Birkir A. Barkarson</name>
+    </contributor>
+    <contributor>
+      <name>David H. DeWolf</name>
+      <email>ddewolf.{aT}.apache.{d0T}.org</email>
+      <organization>Vivare, INC</organization>
+    </contributor>
+    <contributor>
+      <name>Luis Sanabria</name>
+    </contributor>
+    <contributor>
+      <name>Daniel Hagen</name>
+    </contributor>
+    <contributor>
+      <name>KwangYul Seo</name>
+    </contributor>
+    <contributor>
+      <name>Dave Roberts</name>
+      <organization>SAA Consultants Ltd</organization>
+    </contributor>
+    <contributor>
+      <name>Nick Vincent</name>
+    </contributor>
+  </contributors>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/mina/ftpserver/trunk</url>
+  </scm>
 
   <dependencyManagement>
     <dependencies>
@@ -123,334 +126,354 @@
         <artifactId>ftplet-api</artifactId>
         <version>${pom.version}</version>
       </dependency>
+
       <dependency>
         <groupId>${groupId}</groupId>
         <artifactId>ftpserver-core</artifactId>
         <version>${pom.version}</version>
       </dependency>
+
       <dependency>
         <groupId>${groupId}</groupId>
         <artifactId>ftpserver-server</artifactId>
         <version>${pom.version}</version>
       </dependency>
-		<dependency>
-			<groupId>org.apache.mina</groupId>
-			<artifactId>mina-core</artifactId>
-			<version>2.0.0-M2-SNAPSHOT</version>
-		</dependency>
+
+      <dependency>
+        <groupId>org.apache.mina</groupId>
+        <artifactId>mina-core</artifactId>
+        <version>2.0.0-M2-SNAPSHOT</version>
+      </dependency>
 
 
       <!-- Logging -->
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-			<version>1.4.3</version>
-		</dependency>
-
-		<!-- Test dependencies -->
-	    <dependency>
-	      <groupId>junit</groupId>
-	      <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>
-			<!-- version>1.4.1</version -->
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.4.3</version>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<version>1.2.13</version>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.3</version>
-		</dependency>
-		<dependency>
-			<groupId>oro</groupId>
-			<artifactId>oro</artifactId>
-			<version>2.0.8</version>
-		</dependency>
-		<dependency>
-			<groupId>hsqldb</groupId>
-			<artifactId>hsqldb</artifactId>
-			<version>1.8.0.7</version>
-		</dependency>
-    </dependencies>
-  </dependencyManagement>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>1.5.2</version>
+      </dependency>
 
+      <!-- Test dependencies -->
+      <dependency>
+        <groupId>junit</groupId>
+        <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>
+        <!-- version>1.4.1</version -->
+      </dependency>
 
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.5.2</version>
+      </dependency>
+    
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+      </dependency>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <version>1.0-alpha-2</version>
-                <executions>
-                    <execution>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <!-- Allow only Maven 2.0.5 and >2.0.7 -->
-                                <requireMavenVersion>
-                                    <version>[2.0.5],[2.0.7,]</version>
-                                </requireMavenVersion>
-                            </rules>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.4.2</version>
-            </plugin>
-            <plugin>
-                <artifactId>maven-eclipse-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <downloadSources>true</downloadSources>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-7</version>
-                <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/mina/sandbox/ftpserver/tags/</tagBase>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.0-beta-2</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>process</goal>
-                        </goals>
-                        <configuration>
-                            <resourceBundles>
-                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
-                                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
-                            </resourceBundles>
-                            <properties>
-                                <addLicense>true</addLicense>
-                            </properties>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>${maven.compile.source}</source>
-                    <target>${maven.compile.target}</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-source-plugin</artifactId>
-                <version>2.0.4</version>
-                <executions>
-                    <execution>
-                        <id>create-source-jar</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-idea-plugin</artifactId>
-                <configuration>
-                    <jdkLevel>${maven.compile.source}</jdkLevel>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <version>2.2</version>
-                <configuration>
-                    <archive>
-                        <addMavenDescriptor>false</addMavenDescriptor>
-                    </archive>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <profiles>
-        <profile>
-            <id>rat</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>rat-maven-plugin</artifactId>
-                        <version>1.0-alpha-2</version>
-                        <executions>
-                            <execution>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-            <repositories>
-                <repository>
-                    <releases>
-                        <enabled>false</enabled>
-                    </releases>
-                    <snapshots/>
-                    <id>Codehaus Snapshots</id>
-                    <url>http://snapshots.repository.codehaus.org/</url>
-                </repository>
-            </repositories>
-            <pluginRepositories>
-                <pluginRepository>
-                    <releases>
-                        <enabled>false</enabled>
-                    </releases>
-                    <snapshots/>
-                    <id>Codehaus Snapshots</id>
-                    <url>http://snapshots.repository.codehaus.org/</url>
-                </pluginRepository>
-            </pluginRepositories>
-        </profile>
-        <profile>
-            <id>snapshot</id>
-            <modules>
-                <module>ftplet-api</module>
-                <module>core</module>
-                <module>server</module>
-            </modules>
-            <distributionManagement>
-                <repository>
-                    <id>apache.snapshots</id>
-                    <name>Apache Development Snapshot Repository</name>
-                    <!-- <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url> -->
-                    <url>scp://people.apache.org/home/ngn/m2-incubating-repository/</url>
-                </repository>
-            </distributionManagement>
-        </profile>
-        <profile>
-            <id>rc</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-3</version>
-                        <executions>
-                            <execution>
-                                <id>sign-artifacts</id>
-                                <phase>verify</phase>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.3</version>
-                        <executions>
-                            <execution>
-                                <id>create-javadoc-jar</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                                <configuration>
-                                    <source>${maven.compile.source}</source>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-            <modules>
-                <module>ftplet-api</module>
-                <module>core</module>
-                <module>server</module>
-                <module>distribution</module>
-            </modules>
-            <distributionManagement>
-                <repository>
-                    <id>apache.snapshots</id>
-                    <name>Apache Development Snapshot Repository</name>
-                    <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
-                </repository>
-            </distributionManagement>
-        </profile>
-        <profile>
-            <id>ssl-tests</id>
-            <modules>
-                <module>ssl-tests</module>
-            </modules>
-        </profile>
-    </profiles>
-    <modules>
-        <module>ftplet-api</module>
-        <module>core</module>
-	<module>server</module>
-    </modules>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.3</version>
+      </dependency>
 
-    <distributionManagement>
-        <repository>
-            <id>dummy</id>
-            <name>Dummy to avoid accidental deploys</name>
-            <url/>
-        </repository>
-    </distributionManagement>
+      <dependency>
+        <groupId>oro</groupId>
+        <artifactId>oro</artifactId>
+        <version>2.0.8</version>
+      </dependency>
 
-    <properties>
-        <maven.compile.source>1.5</maven.compile.source>
-        <maven.compile.target>1.5</maven.compile.target>
-    </properties>
+      <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>1.8.0.7</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <!-- Allow only Maven 2.0.5 and >2.0.7 -->
+                <requireMavenVersion>
+                  <version>[2.0.5],[2.0.7,]</version>
+                </requireMavenVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <downloadSources>true</downloadSources>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-7</version>
+        <configuration>
+          <tagBase>https://svn.apache.org/repos/asf/mina/sandbox/ftpserver/tags/</tagBase>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+                <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
+              </resourceBundles>
+              <properties>
+                <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>${maven.compile.source}</source>
+          <target>${maven.compile.target}</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+        <executions>
+          <execution>
+            <id>create-source-jar</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-idea-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+          <jdkLevel>${maven.compile.source}</jdkLevel>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>rat-maven-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
       <repositories>
         <repository>
-          <id>apache.snapshots</id>
-          <name>Apache Snapshot Repository</name>
-          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
           <releases>
             <enabled>false</enabled>
           </releases>
+          <snapshots/>
+          <id>Codehaus Snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots/>
+          <id>Codehaus Snapshots</id>
+          <url>http://snapshots.repository.codehaus.org/</url>
+        </pluginRepository>
+      </pluginRepositories>
+    </profile>
+
+    <profile>
+      <id>snapshot</id>
+      <modules>
+        <module>ftplet-api</module>
+        <module>core</module>
+        <module>server</module>
+      </modules>
+      <distributionManagement>
+        <repository>
+          <id>apache.snapshots</id>
+          <name>Apache Development Snapshot Repository</name>
+          <!-- <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url> -->
+          <url>scp://people.apache.org/home/ngn/m2-incubating-repository/</url>
         </repository>
+      </distributionManagement>
+    </profile>
+
+    <profile>
+      <id>rc</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.4</version>
+            <executions>
+              <execution>
+                <id>create-javadoc-jar</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+                <configuration>
+                  <source>${maven.compile.source}</source>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+      <modules>
+        <module>ftplet-api</module>
+        <module>core</module>
+        <module>server</module>
+        <module>distribution</module>
+      </modules>
+      <distributionManagement>
         <repository>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots/>
-            <id>commons-net Snapshots</id>
-            <url>http://people.apache.org/~ngn/ftpserver-repos</url>
+          <id>apache.snapshots</id>
+          <name>Apache Development Snapshot Repository</name>
+          <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository/</url>
         </repository>
-    </repositories>
+      </distributionManagement>
+    </profile>
 
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache Snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
+    <profile>
+      <id>ssl-tests</id>
+      <modules>
+        <module>ssl-tests</module>
+      </modules>
+    </profile>
+  </profiles>
+
+  <modules>
+    <module>ftplet-api</module>
+    <module>core</module>
+    <module>server</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>
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+    <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>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
 </project>

Modified: mina/ftpserver/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/server/pom.xml?rev=671925&r1=671924&r2=671925&view=diff
==============================================================================
--- mina/ftpserver/trunk/server/pom.xml (original)
+++ mina/ftpserver/trunk/server/pom.xml Thu Jun 26 08:45:49 2008
@@ -18,85 +18,87 @@
  under the License. -->  
 
 <project>
-	<parent>
-		<artifactId>ftpserver-parent</artifactId>
-		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-SNAPSHOT</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.ftpserver</groupId>
-	<artifactId>ftpserver-server</artifactId>
-	<name>Apache FtpServer Server</name>
-	<version>1.0.0-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<scm>
-		<connection>
-			scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/server
-		</connection>
-		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/server
-		</developerConnection>
-		<url>
-			http://svn.apache.org/viewvc/mina/ftpserver/trunk/server
-		</url>
-	</scm>
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**/*.properties</include>
-				</includes>
-			</resource>
-		</resources>
-		<testResources>
-			<testResource>
-				<directory>src/test/resources</directory>
-				<includes>
-					<include>*.properties</include>
-				</includes>
-			</testResource>
-		</testResources>
-	</build>
-
-	<dependencies>
-		<dependency>
-		      <groupId>${groupId}</groupId>
-			<artifactId>ftplet-api</artifactId>
-		</dependency>
-		<dependency>
-		      <groupId>${groupId}</groupId>
-			<artifactId>ftpserver-core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.mina</groupId>
-			<artifactId>mina-core</artifactId>
-		</dependency>
-		
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.mina</groupId>
-			<artifactId>mina-core</artifactId>
-		</dependency>
-
-		<!-- Test dependencies -->
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
+  <parent>
+    <artifactId>ftpserver-parent</artifactId>
+    <groupId>org.apache.ftpserver</groupId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.ftpserver</groupId>
+  <artifactId>ftpserver-server</artifactId>
+  <name>Apache FtpServer Server</name>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/server
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/server
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/mina/ftpserver/trunk/server
+    </url>
+  </scm>
+
+  <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>*.properties</include>
+        </includes>
+      </testResource>
+    </testResources>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>${groupId}</groupId>
+      <artifactId>ftplet-api</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>${groupId}</groupId>
+      <artifactId>ftpserver-core</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.mina</groupId>
+      <artifactId>mina-core</artifactId>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+
+    <!-- Test dependencies -->
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>