From: Jeff J. <jef...@us...> - 2006-04-25 03:04:48
|
jeffjensen 06/04/24 20:04:43 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: Change from snapshot to release. Revision Changes Path 1.37 +7 -6 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 17 Apr 2006 01:44:33 -0000 1.36 +++ project.xml 25 Apr 2006 03:04:43 -0000 1.37 @@ -5,18 +5,18 @@ <!--pomVersion is in parent --> <id>maven-dbunit-plugin</id> - <name>Dbunit Plug-in</name> + <name>dbUnit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.7-SNAPSHOT</currentVersion> + <currentVersion>1.7</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <package>net.sourceforge.mavenplugins</package> <!-- logo is in parent. no gumpRepositoryId --> - <description>A plugin to automate Dbunit tasks</description> - <shortDescription>Dbunit tasks</shortDescription> + <description>A plugin to automate dbUnit tasks</description> + <shortDescription>dbUnit tasks</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> @@ -58,8 +58,9 @@ <tag>MAVEN_PLUGINS_DBUNIT_1_6</tag> </version> <version> - <id>1.7-SNAPSHOT</id> - <name>1.7-SNAPSHOT</name> + <id>1.7</id> + <name>1.7</name> + <tag>MAVEN_PLUGINS_DBUNIT_1_7</tag> </version> </versions> <!-- mailingLists is in parent --> 1.23 +7 -3 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 17 Apr 2006 01:44:33 -0000 1.22 +++ changes.xml 25 Apr 2006 03:04:43 -0000 1.23 @@ -6,9 +6,13 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.7-SNAPSHOT" date="2006-04-18" - 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 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">Support specifying tables and queries for export.</action> + <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> + <action dev="jeffjensen" type="add">Added more properties that dbUnit supports.</action> + <action dev="jeffjensen" type="update">Updated docs for new features and properties.</action> + <action dev="jeffjensen" type="add">Added 'Default Value' column to properties doc.</action> + <action dev="jeffjensen" type="fix">Corrected a couple of minor doc errors/misc cleanup.</action> </release> <release version="1.6" date="2005-06-22"> <action dev="diongillard" type="add" due-to="Josh Holtzman">Order tables on export.</action> |