From: Eric P. <de...@us...> - 2005-05-09 12:26:35
|
dep4b 05/05/09 05:26:24 Modified: dbunit project.xml Log: add myself, prep for next version Revision Changes Path 1.33 +10 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 15 Oct 2004 11:17:31 -0000 1.32 +++ project.xml 9 May 2005 12:26:23 -0000 1.33 @@ -8,7 +8,7 @@ <name>Dbunit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.5</currentVersion> + <currentVersion>1.6-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -64,6 +64,15 @@ <role>Developer</role> </roles> </developer> + <developer> + <name>Eric Pugh</name> + <id>dep4b</id> + <email>de...@us...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <!-- no contributors --> <!-- licenses section not done yet --> |