You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/12 12:48:30 UTC

svn commit: r1695470 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Wed Aug 12 10:48:29 2015
New Revision: 1695470

URL: http://svn.apache.org/r1695470
Log:
BCEL-227 replace @author tags with mention in pom

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1695470&r1=1695469&r2=1695470&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Wed Aug 12 10:48:29 2015
@@ -147,6 +147,15 @@
       <email>cmanolache at yahoo.com</email>
     </contributor>
 
+    <contributor>
+      <name>Bill Pugh</name>
+      <email>bill.pugh at gmail.com</email>
+    </contributor>
+
+    <contributor>
+      <name>First Hop Ltd / Torsten Rueger</name>
+    </contributor>
+
   </contributors>
 
   <mailingLists>
@@ -170,9 +179,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/bcel/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/proper/bcel/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC4</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC4</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/bcel/tags/BCEL_6_0_RC4</url>
   </scm>
 
   <build>
@@ -259,6 +268,7 @@
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
+          <headerFile>${basedir}/LICENSE-header.txt</headerFile>
         </configuration>
         <!-- We need to specify reportSets because 2.9.1 creates two reports -->
         <reportSets>