dion 2004/07/29 17:33:36
Modified: scm project.xml
Log:
add me as a developer
Revision Changes Path
1.22 +15 -1 maven-plugins/scm/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/scm/project.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- project.xml 29 Jun 2004 09:03:37 -0000 1.21
+++ project.xml 30 Jul 2004 00:33:36 -0000 1.22
@@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-scm-plugin</id>
<name>Maven Source Control Management Plug-in</name>
- <currentVersion>1.4.1-SNAPSHOT</currentVersion>
+ <currentVersion>1.4.1</currentVersion>
<description>A plugin for SCM tasks, currently CVS.</description>
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
<url>http://maven.apache.org/reference/plugins/scm/</url>
@@ -59,8 +59,22 @@
<name>1.4</name>
<tag>MAVEN_SCM_1_4</tag>
</version>
+ <version>
+ <id>1.4.1</id>
+ <name>1.4.1</name>
+ <tag>MAVEN_SCM_1_4_1</tag>
+ </version>
</versions>
<developers>
+ <developer>
+ <name>dIon Gillard</name>
+ <id>dion</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization>ASF</organization>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
<developer>
<name>Brett Porter</name>
<id>brett</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]