From: dion g. <dio...@us...> - 2004-08-26 23:38:13
|
diongillard 04/08/26 16:38:06 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: [maven-scm-plugin] prepare release 1.5 Revision Changes Path 1.31 +6 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 18 Aug 2004 06:28:07 -0000 1.30 +++ project.xml 26 Aug 2004 23:38:06 -0000 1.31 @@ -8,7 +8,7 @@ <name>Dbunit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.5-SNAPSHOT</currentVersion> + <currentVersion>1.5</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -47,6 +47,11 @@ <name>1.4</name> <tag>MAVEN_PLUGINS_DBUNIT_1_4</tag> </version> + <version> + <id>1.5</id> + <name>1.5</name> + <tag>MAVEN_PLUGINS_DBUNIT_1_5</tag> + </version> </versions> <!-- mailingLists is in parent --> 1.17 +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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- changes.xml 18 Aug 2004 06:28:07 -0000 1.16 +++ changes.xml 26 Aug 2004 23:38:06 -0000 1.17 @@ -6,7 +6,7 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.5-SNAPSHOT" date="in CVS"> + <release version="1.5" date="2004-08-27"> <action dev="diongillard" type="fix">Use version of POI used with dbunit 2.1</action> <action dev="diongillard" type="add">Add xml2xls dataset conversion goal</action> <action dev="diongillard" type="add">Add xls2xml, flat2xml and xml2flat dataset conversion goals</action> |