|
From: <fel...@us...> - 2006-05-23 03:35:59
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv23776 Modified Files: pom.xml profile.properties project.properties project.xml Log Message: updated HSQLDB to 1.8 Index: pom.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** pom.xml 23 May 2006 02:27:41 -0000 1.4 --- pom.xml 23 May 2006 03:35:52 -0000 1.5 *************** *** 221,232 **** </dependency> - <!-- TODO: update to 1.8 - it breaks test--> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> - <version>1.7.3.0</version> - <!-- <version>1.8.0.1</version> - --> <scope>test</scope> </dependency> --- 221,228 ---- Index: profile.properties =================================================================== RCS file: /cvsroot/dbunit/dbunit/profile.properties,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** profile.properties 15 Mar 2004 16:44:16 -0000 1.26 --- profile.properties 23 May 2006 03:35:52 -0000 1.27 *************** *** 17,22 **** dbunit.profile.hypersonic.driverClass = org.hsqldb.jdbcDriver ! dbunit.profile.hypersonic.connectionUrl = jdbc:hsqldb:. ! #dbunit.profile.hypersonic.schema = dbunit.profile.hypersonic.user = sa dbunit.profile.hypersonic.password = --- 17,22 ---- dbunit.profile.hypersonic.driverClass = org.hsqldb.jdbcDriver ! dbunit.profile.hypersonic.connectionUrl = jdbc:hsqldb:mem:. ! dbunit.profile.hypersonic.schema = PUBLIC dbunit.profile.hypersonic.user = sa dbunit.profile.hypersonic.password = Index: project.properties =================================================================== RCS file: /cvsroot/dbunit/dbunit/project.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.properties 15 Mar 2004 16:44:16 -0000 1.5 --- project.properties 23 May 2006 03:35:52 -0000 1.6 *************** *** 7,13 **** maven.html2xdoc.dir=docs - #currently two unit tests fail, so allow build to continue - maven.test.failure.ignore=true - #maven.jar.override = on #maven.jar.db2driver = ${basedir}/lib/db2jcc.jar --- 7,10 ---- Index: project.xml =================================================================== RCS file: /cvsroot/dbunit/dbunit/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** project.xml 17 Feb 2006 19:25:23 -0000 1.25 --- project.xml 23 May 2006 03:35:52 -0000 1.26 *************** *** 198,202 **** <dependency> <id>hsqldb</id> ! <version>1.7.3.0</version> </dependency> <!-- --- 198,202 ---- <dependency> <id>hsqldb</id> ! <version>1.8.0.1</version> </dependency> <!-- |