You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/07 19:37:33 UTC

svn commit: r1500492 - /commons/proper/csv/trunk/pom.xml

Author: sebb
Date: Sun Jul  7 17:37:33 2013
New Revision: 1500492

URL: http://svn.apache.org/r1500492
Log:
downdate H2 database to version that supports Java 1.5

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1500492&r1=1500491&r2=1500492&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Sun Jul  7 17:37:33 2013
@@ -50,7 +50,8 @@ CSV files of various types.
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.3.172</version>
+      <!-- 1.3.172 requires Java 1.6 -->
+      <version>1.3.168</version>
       <scope>test</scope>
     </dependency>
   </dependencies>