Skip to content

Commit abdad63

Browse files
committed
Missing issueManagement section added
Renamed deprecated tag git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1485520 13f79535-47bb-0310-9956-ffa450edef68
1 parent 512e446 commit abdad63

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ CSV files of various types.
9797
<url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
9898
</scm>
9999

100+
<issueManagement>
101+
<system>jira</system>
102+
<url>http://issues.apache.org/jira/browse/CSV</url>
103+
</issueManagement>
104+
100105
<distributionManagement>
101106
<site>
102107
<id>apache.website</id>
@@ -157,7 +162,7 @@ CSV files of various types.
157162
<configuration>
158163
<configLocation>${basedir}/checkstyle.xml</configLocation>
159164
<enableRulesSummary>false</enableRulesSummary>
160-
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
165+
<headerLocation>${basedir}/LICENSE-header.txt</headerLocation>
161166
</configuration>
162167
<!-- We need to specify reportSets because 2.9.1 creates two reports -->
163168
<reportSets>

0 commit comments

Comments
 (0)