From: dion g. <dio...@us...> - 2004-07-29 05:11:10
|
diongillard 04/07/28 22:11:04 Modified: was5 project.xml Log: Add myself as a developer Revision Changes Path 1.7 +6 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 28 Jul 2004 15:08:58 -0000 1.6 +++ project.xml 29 Jul 2004 05:11:04 -0000 1.7 @@ -5,7 +5,7 @@ <id>maven-was5-plugin</id> <name>WebSphere 5 (5.0/5.1) Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2004</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> @@ -37,6 +37,11 @@ <name>Richard Lewis-Shell</name> <email>rlewisshell at mac dot com</email> </developer> + <developer> + <id>diongillard</id> + <name>dIon Gillard</name> + <email>dio...@us...</email> + </developer> </developers> <!-- no contributors --> <!-- licenses section not done yet --> |