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/03/07 11:07:40 UTC

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

Author: ngn
Date: Sun Mar  7 10:07:40 2010
New Revision: 919958

URL: http://svn.apache.org/viewvc?rev=919958&view=rev
Log:
Upgrading to MINA 2.0.0-RC1 (FTPSERVER-353)

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=919958&r1=919957&r2=919958&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.x/pom.xml (original)
+++ mina/ftpserver/branches/1.0.x/pom.xml Sun Mar  7 10:07:40 2010
@@ -150,7 +150,7 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.0.0-M6</version>
+        <version>2.0.0-RC1</version>
         <exclusions>
             <exclusion>
                 <groupId>org.easymock</groupId>