Add myself, and update the project for the next version we are working on.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
epugh 2003-10-18 21:40:03 +00:00
parent 64a8e9bc8e
commit c157baa4a2

View File

@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-eclipse-plugin</id>
<name>Maven Eclipse Plug-in</name>
<currentVersion>1.5</currentVersion>
<currentVersion>1.6-dev</currentVersion>
<description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment</description>
<shortDescription>Eclipse Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/eclipse/</url>
@ -43,6 +43,15 @@
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Eric Pugh</name>
<id>epugh</id>
<email>epugh@upstate.com</email>
<organization/>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Emmanuel Venisse</name>
<id>evenisse</id>
@ -51,6 +60,6 @@
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developer>
</developers>
</project>