You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by pl...@apache.org on 2003/05/05 04:30:00 UTC

cvs commit: maven/src/plugins-build/plugin project.xml

plynch      2003/05/04 19:30:00

  Modified:    src/plugins-build/plugin project.xml
  Log:
  o adding myself as developer
  o updating the release number to 1.1 SNAPSHOT as changes have been made to support maven.home.local
  
  Revision  Changes    Path
  1.13      +10 -1     maven/src/plugins-build/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plugin/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	23 Apr 2003 22:40:06 -0000	1.12
  +++ project.xml	5 May 2003 02:30:00 -0000	1.13
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
  -  <currentVersion>1.0</currentVersion>
  +  <currentVersion>1.1-SNAPSHOT</currentVersion>
     <description/>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
  @@ -22,6 +22,15 @@
         <organization>Multitask Consulting</organization>
         <roles>
           <role>Documentation</role>
  +      </roles>
  +    </developer>
  +    <developer>
  +      <name>Peter Lynch</name>
  +      <id>plynch</id>
  +      <email>plynch at apache dot org</email>
  +      <organization></organization>
  +      <roles>
  +        <role>Developer</role>
         </roles>
       </developer>
     </developers>
  
  
  

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