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 2013/05/23 02:34:02 UTC

svn commit: r1485520 - /commons/proper/csv/trunk/pom.xml

Author: sebb
Date: Thu May 23 00:34:02 2013
New Revision: 1485520

URL: http://svn.apache.org/r1485520
Log:
Missing issueManagement section added
Renamed deprecated tag

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1485520&r1=1485519&r2=1485520&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Thu May 23 00:34:02 2013
@@ -97,6 +97,11 @@ CSV files of various types.
     <url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
   </scm>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/CSV</url>
+  </issueManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>
@@ -157,7 +162,7 @@ CSV files of various types.
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
-          <headerFile>${basedir}/LICENSE-header.txt</headerFile>
+          <headerLocation>${basedir}/LICENSE-header.txt</headerLocation>
         </configuration>
         <!-- We need to specify reportSets because 2.9.1 creates two reports -->
         <reportSets>