From: dion g. <dio...@us...> - 2004-07-28 06:11:04
|
diongillard 04/07/27 23:10:48 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: use dbunit 2.1 Revision Changes Path 1.24 +1 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 19 Jul 2004 02:05:28 -0000 1.23 +++ project.xml 28 Jul 2004 06:10:47 -0000 1.24 @@ -59,7 +59,7 @@ <dependency> <groupId>dbunit</groupId> <artifactId>dbunit</artifactId> - <version>2.0</version> + <version>2.1</version> <properties> <classloader>root.maven</classloader> </properties> 1.10 +3 -0 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- changes.xml 19 Jul 2004 01:47:57 -0000 1.9 +++ changes.xml 28 Jul 2004 06:10:48 -0000 1.10 @@ -6,6 +6,9 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> + <release version="1.3" date="in CVS"> + <action dev="diongillard" type="update">Use dbunit v2.1</action> + </release> <release version="1.2" date="2004-07-19"> <action dev="diongillard" type="update">Allow schema to be specified for generate-dtd</action> <action dev="diongillard" type="update">Move to dbunit v2</action> |