You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/02/08 21:52:57 UTC

svn commit: r1444234 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Fri Feb  8 20:52:57 2013
New Revision: 1444234

URL: http://svn.apache.org/r1444234
Log:
add Jan Sievers in contributor section

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1444234&r1=1444233&r2=1444234&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Feb  8 20:52:57 2013
@@ -61,6 +61,12 @@ under the License.
     <openJpaVersion>2.2.0</openJpaVersion>
   </properties>
 
+  <contributors>
+    <contributor>
+      <name>Jan Sievers</name>
+    </contributor>
+  </contributors>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>