You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by mg...@apache.org on 2010/10/21 19:38:05 UTC

svn commit: r1026076 - /cayenne/main/trunk/pom.xml

Author: mgentry
Date: Thu Oct 21 17:38:05 2010
New Revision: 1026076

URL: http://svn.apache.org/viewvc?rev=1026076&view=rev
Log:
Updating to H2 1.2.144 after the H2 developers fixed a bug that caused unit tests to fail in H2.  They should now succeed.

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1026076&r1=1026075&r2=1026076&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Thu Oct 21 17:38:05 2010
@@ -709,7 +709,7 @@
 				<dependency>
 					<groupId>com.h2database</groupId>
 					<artifactId>h2</artifactId>
-					<version>1.1.119</version>
+					<version>1.2.144</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>