You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/08 14:34:13 UTC

svn commit: r554360 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

Author: dennisl
Date: Sun Jul  8 05:34:12 2007
New Revision: 554360

URL: http://svn.apache.org/viewvc?view=rev&rev=554360
Log:
o Add xml declaration.
o Add myself as a developer.

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

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?view=diff&rev=554360&r1=554359&r2=554360
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Sun Jul  8 05:34:12 2007
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -144,6 +145,18 @@
         <role>Java Developer</role>
       </roles>
       <timezone>-3</timezone>
+    </developer>
+    <developer>
+      <id>dennisl</id>
+      <name>Dennis Lundberg</name>
+      <email>dennisl@apache.org</email>
+      <organization>Apache Software Foundation</organization>
+      <roles>
+        <role>Documentation</role>
+        <role>Java Developer</role>
+        <role>Release Manager</role>
+      </roles>
+      <timezone>+1</timezone>
     </developer>
   </developers>
   <contributors>