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/08/11 21:43:34 UTC

svn commit: r684892 - in /mina/ftpserver/branches/1.0.0-M2-branch: core/pom.xml deprecated/pom.xml distribution/pom.xml ftplet-api/pom.xml pom.xml

Author: ngn
Date: Mon Aug 11 12:43:34 2008
New Revision: 684892

URL: http://svn.apache.org/viewvc?rev=684892&view=rev
Log:
Setting the version for release

Modified:
    mina/ftpserver/branches/1.0.0-M2-branch/core/pom.xml
    mina/ftpserver/branches/1.0.0-M2-branch/deprecated/pom.xml
    mina/ftpserver/branches/1.0.0-M2-branch/distribution/pom.xml
    mina/ftpserver/branches/1.0.0-M2-branch/ftplet-api/pom.xml
    mina/ftpserver/branches/1.0.0-M2-branch/pom.xml

Modified: mina/ftpserver/branches/1.0.0-M2-branch/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M2-branch/core/pom.xml?rev=684892&r1=684891&r2=684892&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M2-branch/core/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M2-branch/core/pom.xml Mon Aug 11 12:43:34 2008
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</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-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <packaging>jar</packaging>
   <scm>
     <connection>

Modified: mina/ftpserver/branches/1.0.0-M2-branch/deprecated/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M2-branch/deprecated/pom.xml?rev=684892&r1=684891&r2=684892&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M2-branch/deprecated/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M2-branch/deprecated/pom.xml Mon Aug 11 12:43:34 2008
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver-deprecated</artifactId>
   <name>Apache FtpServer Deprecated classes</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <packaging>jar</packaging>
 
   <scm>

Modified: mina/ftpserver/branches/1.0.0-M2-branch/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M2-branch/distribution/pom.xml?rev=684892&r1=684891&r2=684892&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M2-branch/distribution/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M2-branch/distribution/pom.xml Mon Aug 11 12:43:34 2008
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftpserver</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/distribution</developerConnection>

Modified: mina/ftpserver/branches/1.0.0-M2-branch/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M2-branch/ftplet-api/pom.xml?rev=684892&r1=684891&r2=684892&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M2-branch/ftplet-api/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M2-branch/ftplet-api/pom.xml Mon Aug 11 12:43:34 2008
@@ -21,13 +21,13 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-M2-SNAPSHOT</version>
+    <version>1.0.0-M2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>
   <artifactId>ftplet-api</artifactId>
   <name>Apache Ftplet API</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/mina/ftpserver/trunk/ftplet-api</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/ftpserver/trunk/ftplet-api</developerConnection>

Modified: mina/ftpserver/branches/1.0.0-M2-branch/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M2-branch/pom.xml?rev=684892&r1=684891&r2=684892&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M2-branch/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M2-branch/pom.xml Mon Aug 11 12:43:34 2008
@@ -28,7 +28,7 @@
   <artifactId>ftpserver-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer</name>
-  <version>1.0.0-M2-SNAPSHOT</version>
+  <version>1.0.0-M2</version>
   <url>http://mina.apache.org/ftpserver</url>
   <issueManagement>
     <system>Jira</system>