Author: ngn
Date: Tue Dec 2 12:27:08 2008
New Revision: 722608
URL: http://svn.apache.org/viewvc?rev=722608&view=rev
Log:
Updating version in POMs for the upcoming vote
Modified:
mina/ftpserver/branches/1.0.0-M4/core/pom.xml
mina/ftpserver/branches/1.0.0-M4/distribution/pom.xml
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-example-spring-war/pom.xml
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-ftplet-service/pom.xml
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-spring-service/pom.xml
mina/ftpserver/branches/1.0.0-M4/examples/pom.xml
mina/ftpserver/branches/1.0.0-M4/ftplet-api/pom.xml
mina/ftpserver/branches/1.0.0-M4/pom.xml
Modified: mina/ftpserver/branches/1.0.0-M4/core/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/core/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M4/core/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M4/core/pom.xml Tue Dec 2 12:27:08 2008
@@ -17,13 +17,13 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<packaging>bundle</packaging>
<scm>
<connection>
@@ -170,4 +170,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: mina/ftpserver/branches/1.0.0-M4/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/distribution/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M4/distribution/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M4/distribution/pom.xml Tue Dec 2 12:27:08
2008
@@ -22,14 +22,14 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4/examples/ftpserver-example-spring-war/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-example-spring-war/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
---
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-example-spring-war/pom.xml
(original)
+++
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-example-spring-war/pom.xml
Tue Dec 2 12:27:08 2008
@@ -18,7 +18,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
Modified:
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-ftplet-service/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-ftplet-service/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
---
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-ftplet-service/pom.xml
(original)
+++
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-ftplet-service/pom.xml
Tue Dec 2 12:27:08 2008
@@ -19,7 +19,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<dependencies>
<dependency>
<groupId>org.apache.ftpserver</groupId>
@@ -72,4 +72,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-spring-service/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-spring-service/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
---
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-spring-service/pom.xml
(original)
+++
mina/ftpserver/branches/1.0.0-M4/examples/ftpserver-osgi-spring-service/pom.xml
Tue Dec 2 12:27:08 2008
@@ -19,7 +19,7 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</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-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<dependencies>
<dependency>
<groupId>org.apache.ftpserver</groupId>
@@ -65,4 +65,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: mina/ftpserver/branches/1.0.0-M4/examples/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/examples/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M4/examples/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M4/examples/pom.xml Tue Dec 2 12:27:08 2008
@@ -28,7 +28,7 @@
<artifactId>ftpserver-examples</artifactId>
<packaging>pom</packaging>
<name>Apache FtpServer Examples</name>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<modules>
<module>ftpserver-example-spring-war</module>
<module>ftpserver-osgi-ftplet-service</module>
Modified: mina/ftpserver/branches/1.0.0-M4/ftplet-api/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/ftplet-api/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M4/ftplet-api/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M4/ftplet-api/pom.xml Tue Dec 2 12:27:08 2008
@@ -17,12 +17,12 @@
<parent>
<artifactId>ftpserver-parent</artifactId>
<groupId>org.apache.ftpserver</groupId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftplet-api</artifactId>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<packaging>bundle</packaging>
<name>Apache Ftplet API</name>
<description> Ftplets are, similar to servlets, an API to plug into the
@@ -80,4 +80,4 @@
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
</properties>
-</project>
\ No newline at end of file
+</project>
Modified: mina/ftpserver/branches/1.0.0-M4/pom.xml
URL:
http://svn.apache.org/viewvc/mina/ftpserver/branches/1.0.0-M4/pom.xml?rev=722608&r1=722607&r2=722608&view=diff
==============================================================================
--- mina/ftpserver/branches/1.0.0-M4/pom.xml (original)
+++ mina/ftpserver/branches/1.0.0-M4/pom.xml Tue Dec 2 12:27:08 2008
@@ -28,7 +28,7 @@
<artifactId>ftpserver-parent</artifactId>
<packaging>pom</packaging>
<name>Apache FtpServer Parent</name>
- <version>1.0.0-M4-SNAPSHOT</version>
+ <version>1.0.0-M4</version>
<url>http://mina.apache.org/ftpserver</url>
<issueManagement>
<system>Jira</system>