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/05 18:25:08 UTC

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

Author: mgentry
Date: Tue Oct  5 16:25:07 2010
New Revision: 1004700

URL: http://svn.apache.org/viewvc?rev=1004700&view=rev
Log:
Updated h2 from 1.0.64 to 1.2.143

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=1004700&r1=1004699&r2=1004700&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Tue Oct  5 16:25:07 2010
@@ -709,7 +709,7 @@
 				<dependency>
 					<groupId>com.h2database</groupId>
 					<artifactId>h2</artifactId>
-					<version>1.0.64</version>
+					<version>1.2.143</version>
 					<scope>test</scope>
 				</dependency>
 			</dependencies>