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
This commit is contained in:
Sebastian Bazley 2013-05-23 00:34:02 +00:00
parent 512e446d28
commit abdad63c89
1 changed files with 6 additions and 1 deletions

View File

@ -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>