Author: rgoers
Date: Wed Nov 3 18:12:43 2010
New Revision: 1030585
URL: http://svn.apache.org/viewvc?rev=1030585&view=rev
Log:
[maven-release-plugin] prepare release commons-vfs-project-2.0
Modified:
commons/proper/vfs/trunk/core/pom.xml
commons/proper/vfs/trunk/examples/pom.xml
commons/proper/vfs/trunk/pom.xml
commons/proper/vfs/trunk/sandbox/pom.xml
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1030585&r1=1030584&r2=1030585&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Wed Nov 3 18:12:43 2010
@@ -17,22 +17,20 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Commons VFS Core</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<description>VFS is a Virtual File System library.</description>
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-project</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../</relativePath>
</parent>
@@ -156,9 +154,8 @@
<phase>process-test-classes</phase>
<configuration>
<tasks>
- <move
todir="${project.build.testOutputDirectory}/test-data/code"
- failonerror="false">
- <fileset dir="${project.build.testOutputDirectory}/code"/>
+ <move
todir="${project.build.testOutputDirectory}/test-data/code" failonerror="false">
+ <fileset dir="${project.build.testOutputDirectory}/code" />
</move>
</tasks>
Modified: commons/proper/vfs/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=1030585&r1=1030584&r2=1030585&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Wed Nov 3 18:12:43 2010
@@ -17,21 +17,20 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Commons VFS Examples</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-examples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<description>VFS is a Virtual File System library - Examples.</description>
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-project</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../</relativePath>
</parent>
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1030585&r1=1030584&r2=1030585&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov 3 18:12:43 2010
@@ -18,8 +18,7 @@
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
@@ -32,7 +31,7 @@
<name>Commons VFS</name>
<description>VFS is a Virtual File System library.</description>
<packaging>pom</packaging>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<url>http://commons.apache.org/vfs/</url>
<inceptionYear>2002</inceptionYear>
@@ -49,9 +48,9 @@
</issueManagement>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/vfs/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs-project-2.0</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs-project-2.0</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs-project-2.0</url>
</scm>
<developers>
@@ -59,7 +58,7 @@
<name>Adam Murdoch</name>
<id>adammurdoch</id>
<email>adammurdoch -at- apache.org</email>
- <organization></organization>
+ <organization />
</developer>
<developer>
<name>James Strachan</name>
@@ -119,7 +118,7 @@
<commons.componentid>vfs</commons.componentid>
<commons.release.version>${project.version}</commons.release.version>
<!--<commons.rc.version>RC1</commons.rc.version> -->
- <commons.binary.suffix></commons.binary.suffix>
+ <commons.binary.suffix />
<commons.jira.id>VFS</commons.jira.id>
<commons.jira.pid>12310495</commons.jira.pid>
<maven.compile.source>1.4</maven.compile.source>
Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=1030585&r1=1030584&r2=1030585&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Wed Nov 3 18:12:43 2010
@@ -17,22 +17,20 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Commons VFS Sandbox</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-sandbox</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<description>VFS is a Virtual File System library - Sandbox.</description>
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-project</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0</version>
<relativePath>../</relativePath>
</parent>