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 2009/01/09 23:12:50 UTC

svn commit: r733172 - in /mina/ftpserver/branches/1.0.0-RC1: ./ core/ distribution/ examples/ examples/ftpserver-example-spring-war/ examples/ftpserver-osgi-ftplet-service/ examples/ftpserver-osgi-spring-service/ ftplet-api/

Author: ngn
Date: Fri Jan  9 14:12:49 2009
New Revision: 733172

URL: http://svn.apache.org/viewvc?rev=733172&view=rev
Log:
Setting version for release of 1.0.0-RC1

Modified:
    mina/ftpserver/branches/1.0.0-RC1/core/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-example-spring-war/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-ftplet-service/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-spring-service/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/ftplet-api/pom.xml
    mina/ftpserver/branches/1.0.0-RC1/pom.xml

Modified: mina/ftpserver/branches/1.0.0-RC1/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/core/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/core/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/core/pom.xml Fri Jan  9 14:12:49 2009
@@ -17,13 +17,13 @@
 	<parent>
 		<artifactId>ftpserver-parent</artifactId>
 		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-RC1-SNAPSHOT</version>
+		<version>1.0.0-RC1</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-RC1-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<packaging>bundle</packaging>
 	<scm>
 		<connection>

Modified: mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml Fri Jan  9 14:12:49 2009
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>ftpserver-parent</artifactId>
     <groupId>org.apache.ftpserver</groupId>
-    <version>1.0.0-RC1-SNAPSHOT</version>
+    <version>1.0.0-RC1</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-RC1-SNAPSHOT</version>
+  <version>1.0.0-RC1</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-RC1/examples/ftpserver-example-spring-war/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-example-spring-war/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-example-spring-war/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-example-spring-war/pom.xml Fri Jan  9 14:12:49 2009
@@ -18,7 +18,7 @@
     <parent>
         <artifactId>ftpserver-parent</artifactId>
         <groupId>org.apache.ftpserver</groupId>
-        <version>1.0.0-RC1-SNAPSHOT</version>
+        <version>1.0.0-RC1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -27,7 +27,7 @@
 	<artifactId>ftpserver-spring-war</artifactId>
 	<name>FtpServer Spring web project example</name>
 	<packaging>war</packaging>
-	<version>1.0.0-RC1-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.springframework</groupId>

Modified: mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-ftplet-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-ftplet-service/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-ftplet-service/pom.xml Fri Jan  9 14:12:49 2009
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>ftpserver-parent</artifactId>
 		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-RC1-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
 	<artifactId>ftpserver-osgi-ftplet-service</artifactId>
 	<name>FtpServer OSGi Ftplet service example</name>
 	<packaging>bundle</packaging>
-	<version>1.0.0-RC1-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-spring-service/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-spring-service/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-spring-service/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/examples/ftpserver-osgi-spring-service/pom.xml Fri Jan  9 14:12:49 2009
@@ -19,7 +19,7 @@
 	<parent>
 		<artifactId>ftpserver-parent</artifactId>
 		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-RC1-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -27,7 +27,7 @@
 	<artifactId>ftpserver-osgi-spring-service</artifactId>
 	<name>FtpServer OSGi Spring-DM example</name>
 	<packaging>bundle</packaging>
-	<version>1.0.0-RC1-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.ftpserver</groupId>

Modified: mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml Fri Jan  9 14:12:49 2009
@@ -28,7 +28,7 @@
   <artifactId>ftpserver-examples</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Examples</name>
-  <version>1.0.0-RC1-SNAPSHOT</version>
+  <version>1.0.0-RC1</version>
   <modules>
     <module>ftpserver-example-spring-war</module>
     <module>ftpserver-osgi-ftplet-service</module>

Modified: mina/ftpserver/branches/1.0.0-RC1/ftplet-api/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/ftplet-api/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/ftplet-api/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/ftplet-api/pom.xml Fri Jan  9 14:12:49 2009
@@ -17,12 +17,12 @@
 	<parent>
 		<artifactId>ftpserver-parent</artifactId>
 		<groupId>org.apache.ftpserver</groupId>
-		<version>1.0.0-RC1-SNAPSHOT</version>
+		<version>1.0.0-RC1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.ftpserver</groupId>
 	<artifactId>ftplet-api</artifactId>
-	<version>1.0.0-RC1-SNAPSHOT</version>
+	<version>1.0.0-RC1</version>
 	<packaging>bundle</packaging>
 	<name>Apache Ftplet API</name>
 	<description> Ftplets are, similar to servlets, an API to plug into the

Modified: mina/ftpserver/branches/1.0.0-RC1/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-RC1/pom.xml?rev=733172&r1=733171&r2=733172&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/pom.xml Fri Jan  9 14:12:49 2009
@@ -28,7 +28,7 @@
   <artifactId>ftpserver-parent</artifactId>
   <packaging>pom</packaging>
   <name>Apache FtpServer Parent</name>
-  <version>1.0.0-RC1-SNAPSHOT</version>
+  <version>1.0.0-RC1</version>
   <url>http://mina.apache.org/ftpserver</url>
   <issueManagement>
     <system>Jira</system>