From: Jeff J. <jef...@us...> - 2007-01-28 13:41:41
|
jeffjensen 07/01/28 05:41:39 Modified: dbunit/xdocs changes.xml Log: Correct typo. Revision Changes Path 1.26 +1 -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.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- changes.xml 28 Jan 2007 13:37:26 -0000 1.25 +++ changes.xml 28 Jan 2007 13:41:39 -0000 1.26 @@ -8,7 +8,7 @@ </properties> <body> <release version="1.8" date="2007-01-28" - description="Add autocommit, "> + description="Add autocommit."> <action dev="jeffjensen" type="add" issue="1115849" due-to="Stephen Cooper"> Set setAutoCommit(true) on the db connection, as some drivers need it set. |