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:
parent
512e446d28
commit
abdad63c89
7
pom.xml
7
pom.xml
|
@ -97,6 +97,11 @@ CSV files of various types.
|
||||||
<url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
|
<url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>jira</system>
|
||||||
|
<url>http://issues.apache.org/jira/browse/CSV</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
|
@ -157,7 +162,7 @@ CSV files of various types.
|
||||||
<configuration>
|
<configuration>
|
||||||
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
<configLocation>${basedir}/checkstyle.xml</configLocation>
|
||||||
<enableRulesSummary>false</enableRulesSummary>
|
<enableRulesSummary>false</enableRulesSummary>
|
||||||
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
|
<headerLocation>${basedir}/LICENSE-header.txt</headerLocation>
|
||||||
</configuration>
|
</configuration>
|
||||||
<!-- We need to specify reportSets because 2.9.1 creates two reports -->
|
<!-- We need to specify reportSets because 2.9.1 creates two reports -->
|
||||||
<reportSets>
|
<reportSets>
|
||||||
|
|
Loading…
Reference in New Issue