|
From: Jeff J. <jef...@us...> - 2006-07-30 21:51:26
|
jeffjensen 06/07/30 14:51:25
Modified: dbunit project.xml
dbunit/xdocs changes.xml
Log:
Prep files for 1.8 release.
Revision Changes Path
1.40 +6 -1 maven-plugins/dbunit/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- project.xml 15 May 2006 02:01:06 -0000 1.39
+++ project.xml 30 Jul 2006 21:51:25 -0000 1.40
@@ -11,7 +11,7 @@
<name>dbUnit Plug-in</name>
<!-- groupId is in parent -->
- <currentVersion>1.7</currentVersion>
+ <currentVersion>1.8-SNAPSHOT</currentVersion>
<!-- organization is in parent -->
<inceptionYear>2003</inceptionYear>
@@ -65,6 +65,11 @@
<name>1.7</name>
<tag>MAVEN_PLUGINS_DBUNIT_1_7</tag>
</version>
+ <version>
+ <id>1.8</id>
+ <name>1.8</name>
+ <tag>MAVEN_PLUGINS_DBUNIT_1_8</tag>
+ </version>
</versions>
<!-- mailingLists is in parent -->
1.24 +7 -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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.xml 25 Apr 2006 03:04:43 -0000 1.23
+++ changes.xml 30 Jul 2006 21:51:25 -0000 1.24
@@ -6,6 +6,13 @@
<author email="dio...@so...">dIon Gillard</author>
</properties>
<body>
+ <release version="1.8" date="in CVS"
+ 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.
+ </action>
+ </release>
<release version="1.7" date="2006-04-24"
description="Implemented optional lists of tables and queries that dictate data exported in generate-dataset. Added more properties that dbUnit supports. Updated docs for new features and properties. Corrected a couple of minor doc errors/misc cleanup. Added 'Default Value' column to properties doc.">
<action dev="jeffjensen" type="add" issue="1406821">Implemented optional lists of tables and queries that dictate data exported in generate-dataset.</action>
|