|
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>
|
|
From: Jeff J. <jef...@us...> - 2007-01-28 13:37:28
|
jeffjensen 07/01/28 05:37:26
Modified: dbunit/xdocs changes.xml
Log:
Set date of 1.8 release.
Revision Changes Path
1.25 +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.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- changes.xml 30 Jul 2006 21:51:25 -0000 1.24
+++ changes.xml 28 Jan 2007 13:37:26 -0000 1.25
@@ -4,9 +4,10 @@
<properties>
<title>Changes</title>
<author email="dio...@so...">dIon Gillard</author>
+ <author email="jef...@so...">Jeff Jensen</author>
</properties>
<body>
- <release version="1.8" date="in CVS"
+ <release version="1.8" date="2007-01-28"
description="Add autocommit, ">
<action dev="jeffjensen" type="add" issue="1115849" due-to="Stephen Cooper">
Set setAutoCommit(true) on the db connection,
|
|
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.
|
|
From: Jeff J. <jef...@us...> - 2008-03-01 04:17:56
|
jeffjensen 08/02/29 20:17:54
Modified: dbunit project.xml
dbunit/xdocs changes.xml
Log:
Release dbUnit plugin 1.9.
Revision Changes Path
1.44 +1 -1 maven-plugins/dbunit/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- project.xml 24 Feb 2008 00:54:07 -0000 1.43
+++ project.xml 1 Mar 2008 04:17:54 -0000 1.44
@@ -11,7 +11,7 @@
<name>dbUnit Plug-in</name>
<!-- groupId is in parent -->
- <currentVersion>1.9-SNAPSHOT</currentVersion>
+ <currentVersion>1.9</currentVersion>
<!-- organization is in parent -->
<inceptionYear>2003</inceptionYear>
1.28 +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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- changes.xml 24 Feb 2008 00:54:07 -0000 1.27
+++ changes.xml 1 Mar 2008 04:17:54 -0000 1.28
@@ -7,7 +7,7 @@
<author email="jef...@so...">Jeff Jensen</author>
</properties>
<body>
- <release version="1.9-SNAPSHOT" date="in CVS"
+ <release version="1.9" date="2008-02-29"
description="Upgrade to dbUnit 2.2, add properties.">
<action dev="jeffjensen" type="add" issue="1642712">
Add "doctype" property for dbUnit export attribute.
|