aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-12 10:48:29 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-12 10:48:29 +0000
commitd45a94e4a366aebc3d666ace480a0d73040ee818 (patch)
tree48a4e24ef8a40016e6917b2556959ad49e800d1a /pom.xml
parent197e2a83b2898b6b295d0ec168ee648295b6e4ef (diff)
downloadapache-commons-bcel-d45a94e4a366aebc3d666ace480a0d73040ee818.tar.gz
BCEL-227 replace @author tags with mention in pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1695470 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 13 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b8b6fa2c..095184ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>