You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2003/11/22 01:36:04 UTC

cvs commit: maven-plugins/scm project.xml

brett       2003/11/21 16:36:04

  Modified:    cruisecontrol project.xml
               scm      project.xml
  Log:
  Add lead developer role
  
  Revision  Changes    Path
  1.5       +2 -1      maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	10 Oct 2003 19:20:59 -0000	1.4
  +++ project.xml	22 Nov 2003 00:36:04 -0000	1.5
  @@ -20,7 +20,8 @@
         <email>brett@apache.org</email>
         <organization>f2 network</organization>
         <roles>
  -        <role>Developer</role>
  +        <role>Lead Developer</role>
  +        <role>Java Developer</role>
         </roles>
       </developer>
     </developers>
  
  
  
  1.7       +3 -2      maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	29 Sep 2003 05:19:13 -0000	1.6
  +++ project.xml	22 Nov 2003 00:36:04 -0000	1.7
  @@ -4,7 +4,7 @@
     <extend>../project.xml</extend>
     <id>maven-scm-plugin</id>
     <name>Maven Source Control Management Plug-in</name>
  -  <currentVersion>1.1</currentVersion>
  +  <currentVersion>1.2-SNAPSHOT</currentVersion>
     <description>A plugin for SCM tasks, currently CVS.</description>
     <shortDescription>SCM Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/scm/</url>
  @@ -32,7 +32,8 @@
         <email>brett@apache.org</email>
         <organization>f2 network</organization>
         <roles>
  -        <role>Developer</role>
  +        <role>Lead Developer</role>
  +        <role>Java Developer</role>
         </roles>
       </developer>
     </developers>
  
  
  

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