[hibernate-commits] Hibernate SVN: r15544 - core/trunk/testsuite.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 10 17:32:18 EST 2008


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

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

Modified: core/trunk/testsuite/pom.xml
===================================================================
--- core/trunk/testsuite/pom.xml	2008-11-10 22:31:51 UTC (rev 15543)
+++ core/trunk/testsuite/pom.xml	2008-11-10 22:32:17 UTC (rev 15544)
@@ -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