You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2015/09/17 18:54:22 UTC

svn commit: r1703649 - /commons/proper/vfs/trunk/pom.xml

Author: ecki
Date: Thu Sep 17 16:54:21 2015
New Revision: 1703649

URL: http://svn.apache.org/viewvc?rev=1703649&view=rev
Log:
Use commons-parent version 39 to allow Java 8 compiles

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1703649&r1=1703648&r2=1703649&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Sep 17 16:54:21 2015
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>38</version>
+    <version>39</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>