You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/08/10 12:21:32 UTC

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

Author: britter
Date: Sun Aug 10 10:21:32 2014
New Revision: 1617084

URL: http://svn.apache.org/r1617084
Log:
Update to latest version of h2 in-memory database

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=1617084&r1=1617083&r2=1617084&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Sun Aug 10 10:21:32 2014
@@ -48,8 +48,7 @@ CSV files of various types.
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <!-- 1.3.172 requires Java 1.6 -->
-      <version>1.3.168</version>
+      <version>1.4.181</version>
       <scope>test</scope>
     </dependency>
   </dependencies>