Author: rgoers
Date: Sun Aug 14 17:23:19 2011
New Revision: 1157568

URL: http://svn.apache.org/viewvc?rev=1157568&view=rev
Log:
Revert version numbers. Add svn attributes

Modified:
    commons/proper/vfs/trunk/README.txt   (props changed)
    commons/proper/vfs/trunk/RELEASE-NOTES.txt   (props changed)
    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/osgi/MANIFEST.MF   (props changed)
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/sandbox/pom.xml
    commons/proper/vfs/trunk/src/changes/announcement.vm   (props changed)

Propchange: commons/proper/vfs/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/vfs/trunk/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: commons/proper/vfs/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/vfs/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: commons/proper/vfs/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/pom.xml?rev=1157568&r1=1157567&r2=1157568&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/pom.xml (original)
+++ commons/proper/vfs/trunk/core/pom.xml Sun Aug 14 17:23:19 2011
@@ -24,13 +24,13 @@
   <name>Commons VFS Core</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.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-vfs2-project</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <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=1157568&r1=1157567&r2=1157568&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/pom.xml (original)
+++ commons/proper/vfs/trunk/dist/pom.xml Sun Aug 14 17:23:19 2011
@@ -24,14 +24,14 @@ limitations under the License.
   <name>Commons VFS Distribution</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-distribution</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <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-vfs2-project</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <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=1157568&r1=1157567&r2=1157568&view=diff
==============================================================================
--- commons/proper/vfs/trunk/examples/pom.xml (original)
+++ commons/proper/vfs/trunk/examples/pom.xml Sun Aug 14 17:23:19 2011
@@ -24,13 +24,13 @@
   <name>Commons VFS Examples</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-examples</artifactId>
-  <version>2.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-vfs2-project</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Propchange: commons/proper/vfs/trunk/osgi/MANIFEST.MF
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/vfs/trunk/osgi/MANIFEST.MF
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1157568&r1=1157567&r2=1157568&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Aug 14 17:23:19 2011
@@ -31,7 +31,7 @@
   <name>Commons VFS</name>
   <description>VFS is a Virtual File System library.</description>
   <packaging>pom</packaging>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.0-SNAPSHOT</version>
 
   <url>http://commons.apache.org/vfs/</url>
   <inceptionYear>2002</inceptionYear>

Modified: commons/proper/vfs/trunk/sandbox/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/pom.xml?rev=1157568&r1=1157567&r2=1157568&view=diff
==============================================================================
--- commons/proper/vfs/trunk/sandbox/pom.xml (original)
+++ commons/proper/vfs/trunk/sandbox/pom.xml Sun Aug 14 17:23:19 2011
@@ -24,13 +24,13 @@
   <name>Commons VFS Sandbox</name>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2-sandbox</artifactId>
-  <version>2.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-vfs2-project</artifactId>
-    <version>2.1-SNAPSHOT</version>
+    <version>2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

Propchange: commons/proper/vfs/trunk/src/changes/announcement.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/vfs/trunk/src/changes/announcement.vm
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL


Reply via email to