From: dion g. <dio...@us...> - 2004-08-18 06:28:14
|
diongillard 04/08/17 23:28:08 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: User version of POI used with dbunit 2.1 Revision Changes Path 1.30 +1 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 1 Aug 2004 13:16:16 -0000 1.29 +++ project.xml 18 Aug 2004 06:28:07 -0000 1.30 @@ -78,7 +78,7 @@ <dependency> <groupId>poi</groupId> <artifactId>poi</artifactId> - <version>1.8.0-dev-20020919</version> + <version>2.0-final-20040126</version> </dependency> <dependency> <groupId>commons-lang</groupId> 1.16 +2 -1 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- changes.xml 2 Aug 2004 00:49:05 -0000 1.15 +++ changes.xml 18 Aug 2004 06:28:07 -0000 1.16 @@ -6,7 +6,8 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.5" date="in CVS"> + <release version="1.5-SNAPSHOT" date="in CVS"> + <action dev="diongillard" type="fix">Use version of POI used with dbunit 2.1</action> <action dev="diongillard" type="add">Add xml2xls dataset conversion goal</action> <action dev="diongillard" type="add">Add xls2xml, flat2xml and xml2flat dataset conversion goals</action> </release> |