You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/09/05 21:41:50 UTC

svn commit: r1807419 - /commons/proper/vfs/trunk/README.md

Author: ggregory
Date: Tue Sep  5 21:41:50 2017
New Revision: 1807419

URL: http://svn.apache.org/viewvc?rev=1807419&view=rev
Log:
Prepare for version 2.2.

Modified:
    commons/proper/vfs/trunk/README.md

Modified: commons/proper/vfs/trunk/README.md
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/README.md?rev=1807419&r1=1807418&r2=1807419&view=diff
==============================================================================
--- commons/proper/vfs/trunk/README.md (original)
+++ commons/proper/vfs/trunk/README.md Tue Sep  5 21:41:50 2017
@@ -65,7 +65,7 @@ Alternatively you can pull it from the c
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-vfs2</artifactId>
-  <version>2.1</version>
+  <version>2.2</version>
 </dependency>
 ```