Author: imario
Date: Fri May 23 11:57:48 2008
New Revision: 659625
URL: http://svn.apache.org/viewvc?rev=659625&view=rev
Log:
Version 2.0-SNAPSHOT
Modified:
commons/proper/vfs/trunk/build.xml
commons/proper/vfs/trunk/core/pom.xml
commons/proper/vfs/trunk/examples/pom.xml
commons/proper/vfs/trunk/pom.xml
commons/proper/vfs/trunk/project.xml
commons/proper/vfs/trunk/sandbox/build.xml
commons/proper/vfs/trunk/sandbox/pom.xml
Modified: commons/proper/vfs/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/build.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/build.xml (original)
+++ commons/proper/vfs/trunk/build.xml Fri May 23 11:57:48 2008
@@ -26,7 +26,7 @@
</property>
<property name="javadocdir" value="${basedir}/dist/docs/api">
</property>
- <property name="final.name" value="commons-vfs-1.1-SNAPSHOT">
+ <property name="final.name" value="commons-vfs-2.0-SNAPSHOT">
</property>
<property name="proxy.host" value="">
</property>
@@ -200,7 +200,7 @@
</tstamp>
<property name="copyright" value="Copyright &copy; The Apache
Software Foundation. All Rights Reserved.">
</property>
- <property name="title" value="Commons VFS 1.1-SNAPSHOT API">
+ <property name="title" value="Commons VFS 2.0-SNAPSHOT API">
</property>
<javadoc use="true" private="true" destdir="${javadocdir}" author="true"
version="true" sourcepath="${basedir}/core/src/main/java"
packagenames="org.apache.commons.vfs.*">
<classpath>
Modified: commons/proper/vfs/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Fri May 23 11:57:48 2008
@@ -25,13 +25,13 @@
<name>Commons VFS Core</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <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>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<dependencies>
Modified: commons/proper/vfs/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/pom.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Fri May 23 11:57:48 2008
@@ -25,20 +25,20 @@
<name>Commons VFS Examples</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-examples</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <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>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri May 23 11:57:48 2008
@@ -17,6 +17,7 @@
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">
<parent>
@@ -31,7 +32,7 @@
<name>Commons VFS</name>
<description>VFS is a Virtual File System library.</description>
<packaging>pom</packaging>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<url>http://commons.apache.org/vfs/</url>
<inceptionYear>2002</inceptionYear>
Modified: commons/proper/vfs/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/project.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/project.xml (original)
+++ commons/proper/vfs/trunk/project.xml Fri May 23 11:57:48 2008
@@ -24,7 +24,7 @@
<artifactId>commons-vfs</artifactId>
<logo>/images/vfs-logo-white.png</logo>
<url>http://commons.apache.org/vfs/</url>
- <currentVersion>1.1-SNAPSHOT</currentVersion>
+ <currentVersion>2.0-SNAPSHOT</currentVersion>
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.vfs</package>
<shortDescription>Commons VFS</shortDescription>
Modified: commons/proper/vfs/trunk/sandbox/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/build.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/build.xml (original)
+++ commons/proper/vfs/trunk/sandbox/build.xml Fri May 23 11:57:48 2008
@@ -18,14 +18,14 @@
<property file="${user.home}/.m2/maven.properties"/>
<property name="maven.build.output" value="target/classes"/>
<property name="maven.build.directory" value="target"/>
- <property name="maven.build.final.name"
value="commons-vfs-sandbox-1.1-SNAPSHOT"/>
+ <property name="maven.build.final.name"
value="commons-vfs-sandbox-2.0-SNAPSHOT"/>
<property name="maven.test.reports"
value="${maven.build.directory}/test-reports"/>
<property name="maven.test.output" value="target/test-classes"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<path id="build.classpath">
<fileset dir="${maven.repo.local}">
<include
name="slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"/>
- <include
name="org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"/>
+ <include
name="org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"/>
<include
name="commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/>
<include name="javax/activation/activation/1.1/activation-1.1.jar"/>
<include name="javax/mail/mail/1.4/mail-1.4.jar"/>
@@ -116,9 +116,9 @@
<get
src="http://people.apache.org/repo/m2-snapshot-repository//slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
dest="${maven.repo.local}/slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
usetimestamp="true" ignoreerrors="true"/>
<get
src="http://people.apache.org/repo/m1-snapshot-repository//slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
dest="${maven.repo.local}/slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
usetimestamp="true" ignoreerrors="true"/>
<get
src="http://repo1.maven.org/maven2/slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
dest="${maven.repo.local}/slide/jakarta-slide-webdavlib/20050629.161100/jakarta-slide-webdavlib-20050629.161100.jar"
usetimestamp="true" ignoreerrors="true"/>
- <get
src="http://people.apache.org/repo/m2-snapshot-repository//org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
- <get
src="http://people.apache.org/repo/m1-snapshot-repository//org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
- <get
src="http://repo1.maven.org/maven2/org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/1.1-SNAPSHOT/commons-vfs-1.1-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
+ <get
src="http://people.apache.org/repo/m2-snapshot-repository//org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
+ <get
src="http://people.apache.org/repo/m1-snapshot-repository//org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
+ <get
src="http://repo1.maven.org/maven2/org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
dest="${maven.repo.local}/org/apache/commons/commons-vfs/2.0-SNAPSHOT/commons-vfs-2.0-SNAPSHOT.jar"
usetimestamp="true" ignoreerrors="true"/>
<get
src="http://people.apache.org/repo/m2-snapshot-repository//commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
dest="${maven.repo.local}/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
usetimestamp="true" ignoreerrors="true"/>
<get
src="http://people.apache.org/repo/m1-snapshot-repository//commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
dest="${maven.repo.local}/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
usetimestamp="true" ignoreerrors="true"/>
<get
src="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
dest="${maven.repo.local}/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"
usetimestamp="true" ignoreerrors="true"/>
Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=659625&r1=659624&r2=659625&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Fri May 23 11:57:48 2008
@@ -25,13 +25,13 @@
<name>Commons VFS Sandbox</name>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs-sandbox</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <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>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</parent>
<dependencies>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs</artifactId>
- <version>1.1-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>