You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/01/22 15:11:13 UTC

svn commit: r371299 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: fgiust
Date: Sun Jan 22 06:11:10 2006
New Revision: 371299

URL: http://svn.apache.org/viewcvs?rev=371299&view=rev
Log:
fix issue management link and add myself as a developer

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=371299&r1=371298&r2=371299&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Jan 22 06:11:10 2006
@@ -11,6 +11,10 @@
   <name>Maven Checkstyle Plugin</name>
   <version>2.0-beta-2-SNAPSHOT</version>
   <inceptionYear>2005</inceptionYear>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.codehaus.org/browse/MCHECKSTYLE</url>
+  </issueManagement>
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -21,6 +25,13 @@
         <role>Java Developer</role>
       </roles>
       <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>fgiust</id>
+      <name>Fabrizio Giustina</name>
+      <email>fgiust@apache.org</email>
+      <organization>openmind</organization>
+      <timezone>+1</timezone>
     </developer>
   </developers>
   <contributors>