Added myself

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116251 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-11-20 19:42:22 +00:00
parent 7bb322ce54
commit 206c8ac078

View File

@@ -24,7 +24,7 @@
<id>maven-linkcheck-plugin</id>
<name>Maven LinkCheck Plug-in</name>
<currentVersion>1.3.3</currentVersion>
<description>Check xdoc links.</description>
<description>Check xdoc links. Requires Maven 1.0 RC2.</description>
<shortDescription>Check xdoc links</shortDescription>
<url>http://maven.apache.org/reference/plugins/linkcheck/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPLINKCHECK</issueTrackingUrl>
@@ -71,6 +71,14 @@
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Carlos Sanchez</name>
<id>carlos</id>
<email>carlos@apache.org</email>
<roles>
<role>Project Leader</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>
@@ -135,6 +143,7 @@
<artifactId>maven-model</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<!-- Required for commons-httpclient -->