You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ep...@apache.org on 2003/10/18 23:40:03 UTC

cvs commit: maven-plugins/eclipse project.xml

epugh       2003/10/18 14:40:03

  Modified:    eclipse  project.xml
  Log:
  Add myself, and update the project for the next version we are working on.
  
  Revision  Changes    Path
  1.19      +11 -2     maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- project.xml	14 Oct 2003 01:20:01 -0000	1.18
  +++ project.xml	18 Oct 2003 21:40:03 -0000	1.19
  @@ -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>
  @@ -44,6 +44,15 @@
         </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>
         <email>emmanuel@venisse.net</email>
  @@ -51,6 +60,6 @@
         <roles>
           <role>Java Developer</role>
         </roles>
  -    </developer>
  +    </developer>   
     </developers>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org