Author: rgoers Date: Sat Nov 13 23:43:00 2010 New Revision: 1034912 URL: http://svn.apache.org/viewvc?rev=1034912&view=rev Log: Change artifactid to vfs2
Modified: commons/proper/vfs/trunk/core/pom.xml commons/proper/vfs/trunk/dist/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=1034912&r1=1034911&r2=1034912&view=diff ============================================================================== --- commons/proper/vfs/trunk/core/pom.xml (original) +++ commons/proper/vfs/trunk/core/pom.xml Sat Nov 13 23:43:00 2010 @@ -23,13 +23,13 @@ <name>Commons VFS Core</name> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs</artifactId> + <artifactId>commons-vfs2</artifactId> <version>2.0-SNAPSHOT</version> <description>VFS is a Virtual File System library.</description> <parent> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-project</artifactId> + <artifactId>commons-vfs2-project</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> Modified: commons/proper/vfs/trunk/dist/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1034912&r1=1034911&r2=1034912&view=diff ============================================================================== --- commons/proper/vfs/trunk/dist/pom.xml (original) +++ commons/proper/vfs/trunk/dist/pom.xml Sat Nov 13 23:43:00 2010 @@ -23,14 +23,14 @@ limitations under the License. <name>Commons VFS Distribution</name> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-distribution</artifactId> + <artifactId>commons-vfs2-distribution</artifactId> <version>2.0-SNAPSHOT</version> <packaging>pom</packaging> <description>VFS is a Virtual File System library - Distribution archives.</description> <parent> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-project</artifactId> + <artifactId>commons-vfs2-project</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> Modified: commons/proper/vfs/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=1034912&r1=1034911&r2=1034912&view=diff ============================================================================== --- commons/proper/vfs/trunk/examples/pom.xml (original) +++ commons/proper/vfs/trunk/examples/pom.xml Sat Nov 13 23:43:00 2010 @@ -23,13 +23,13 @@ <name>Commons VFS Examples</name> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-examples</artifactId> + <artifactId>commons-vfs2-examples</artifactId> <version>2.0-SNAPSHOT</version> <description>VFS is a Virtual File System library - Examples.</description> <parent> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-project</artifactId> + <artifactId>commons-vfs2-project</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1034912&r1=1034911&r2=1034912&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sat Nov 13 23:43:00 2010 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-project</artifactId> + <artifactId>commons-vfs2-project</artifactId> <name>Commons VFS</name> <description>VFS is a Virtual File System library.</description> <packaging>pom</packaging> Modified: commons/proper/vfs/trunk/sandbox/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=1034912&r1=1034911&r2=1034912&view=diff ============================================================================== --- commons/proper/vfs/trunk/sandbox/pom.xml (original) +++ commons/proper/vfs/trunk/sandbox/pom.xml Sat Nov 13 23:43:00 2010 @@ -23,13 +23,13 @@ <name>Commons VFS Sandbox</name> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-sandbox</artifactId> + <artifactId>commons-vfs2-sandbox</artifactId> <version>2.0-SNAPSHOT</version> <description>VFS is a Virtual File System library - Sandbox.</description> <parent> <groupId>org.apache.commons</groupId> - <artifactId>commons-vfs-project</artifactId> + <artifactId>commons-vfs2-project</artifactId> <version>2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent>