From: Andy J. <and...@us...> - 2003-09-02 14:51:56
|
andy_jefferson 03/09/02 07:51:54 Modified: dbunit project.xml Log: Removed Maven from name of plugin ... to be consistent with all otehr plugins and so multiproject interface looks consistent Revision Changes Path 1.10 +1 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 18 Aug 2003 02:25:40 -0000 1.9 +++ project.xml 2 Sep 2003 14:51:54 -0000 1.10 @@ -4,7 +4,7 @@ <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> <id>maven-dbunit-plugin</id> - <name>Maven Dbunit Plug-in</name> + <name>Dbunit Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> |