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. |