[hibernate-commits] Hibernate SVN: r15543 - core/branches/Branch_3_3/testsuite.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 10 17:31:51 EST 2008


Author: steve.ebersole at jboss.com
Date: 2008-11-10 17:31:51 -0500 (Mon, 10 Nov 2008)
New Revision: 15543

Modified:
   core/branches/Branch_3_3/testsuite/pom.xml
Log:
correct H2 database artifact coord for testsuite profile

Modified: core/branches/Branch_3_3/testsuite/pom.xml
===================================================================
--- core/branches/Branch_3_3/testsuite/pom.xml	2008-11-10 20:22:44 UTC (rev 15542)
+++ core/branches/Branch_3_3/testsuite/pom.xml	2008-11-10 22:31:51 UTC (rev 15543)
@@ -126,9 +126,9 @@
             <id>h2</id>
             <dependencies>
                 <dependency>
-                    <groupId>org.h2database</groupId>
-                    <artifactId>h2database</artifactId>
-                    <version>1.0.20061217</version>
+                    <groupId>com.h2database</groupId>
+                    <artifactId>h2</artifactId>
+                    <version>1.1.103</version>
                 </dependency>
             </dependencies>
             <properties>




More information about the hibernate-commits mailing list