Author: rgoers Date: Wed Nov 3 15:52:33 2010 New Revision: 1030507 URL: http://svn.apache.org/viewvc?rev=1030507&view=rev Log: Creating VFS-2.0-RC1 tag
Added: commons/proper/vfs/tags/VFS-2.0-RC1/ - copied from r1030501, commons/proper/vfs/trunk/ Modified: commons/proper/vfs/tags/VFS-2.0-RC1/core/pom.xml commons/proper/vfs/tags/VFS-2.0-RC1/examples/pom.xml commons/proper/vfs/tags/VFS-2.0-RC1/pom.xml commons/proper/vfs/tags/VFS-2.0-RC1/sandbox/pom.xml Modified: commons/proper/vfs/tags/VFS-2.0-RC1/core/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/tags/VFS-2.0-RC1/core/pom.xml?rev=1030507&r1=1030501&r2=1030507&view=diff ============================================================================== --- commons/proper/vfs/tags/VFS-2.0-RC1/core/pom.xml (original) +++ commons/proper/vfs/tags/VFS-2.0-RC1/core/pom.xml Wed Nov 3 15:52:33 2010 @@ -26,13 +26,13 @@ <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> Modified: commons/proper/vfs/tags/VFS-2.0-RC1/examples/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/tags/VFS-2.0-RC1/examples/pom.xml?rev=1030507&r1=1030501&r2=1030507&view=diff ============================================================================== --- commons/proper/vfs/tags/VFS-2.0-RC1/examples/pom.xml (original) +++ commons/proper/vfs/tags/VFS-2.0-RC1/examples/pom.xml Wed Nov 3 15:52:33 2010 @@ -7,9 +7,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -25,13 +25,13 @@ <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> @@ -76,7 +76,7 @@ <properties> <commons.componentid>vfs-examples</commons.componentid> <vfs.parent.dir>${basedir}/..</vfs.parent.dir> - </properties> + </properties> <build> <resources> Modified: commons/proper/vfs/tags/VFS-2.0-RC1/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/tags/VFS-2.0-RC1/pom.xml?rev=1030507&r1=1030501&r2=1030507&view=diff ============================================================================== --- commons/proper/vfs/tags/VFS-2.0-RC1/pom.xml (original) +++ commons/proper/vfs/tags/VFS-2.0-RC1/pom.xml Wed Nov 3 15:52:33 2010 @@ -32,7 +32,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> Modified: commons/proper/vfs/tags/VFS-2.0-RC1/sandbox/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/tags/VFS-2.0-RC1/sandbox/pom.xml?rev=1030507&r1=1030501&r2=1030507&view=diff ============================================================================== --- commons/proper/vfs/tags/VFS-2.0-RC1/sandbox/pom.xml (original) +++ commons/proper/vfs/tags/VFS-2.0-RC1/sandbox/pom.xml Wed Nov 3 15:52:33 2010 @@ -7,9 +7,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,13 +26,13 @@ <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>