Author: ngn
Date: Mon Jan  5 12:42:37 2009
New Revision: 731699

URL: http://svn.apache.org/viewvc?rev=731699&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=731699&r1=731698&r2=731699&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/core/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/core/pom.xml Mon Jan  5 12:42:37 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=731699&r1=731698&r2=731699&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/distribution/pom.xml Mon Jan  5 12:42:37 
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=731699&r1=731698&r2=731699&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 
Mon Jan  5 12:42:37 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=731699&r1=731698&r2=731699&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
 Mon Jan  5 12:42:37 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=731699&r1=731698&r2=731699&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
 Mon Jan  5 12:42:37 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=731699&r1=731698&r2=731699&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/examples/pom.xml Mon Jan  5 12:42:37 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=731699&r1=731698&r2=731699&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 Mon Jan  5 12:42:37 
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=731699&r1=731698&r2=731699&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-RC1/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-RC1/pom.xml Mon Jan  5 12:42:37 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>


Reply via email to