Skip to content

Commit 50d48c9

Browse files
committed
Use commons-parent 26.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383513 13f79535-47bb-0310-9956-ffa450edef68
1 parent b372050 commit 50d48c9

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.apache.commons</groupId>
66
<artifactId>commons-parent</artifactId>
7-
<version>23</version>
7+
<version>26</version>
88
</parent>
99

1010
<artifactId>commons-csv</artifactId>
@@ -72,21 +72,6 @@ CSV files of various types.
7272

7373
<reporting>
7474
<plugins>
75-
<plugin>
76-
<groupId>org.apache.maven.plugins</groupId>
77-
<artifactId>maven-changes-plugin</artifactId>
78-
<version>2.0</version>
79-
<configuration>
80-
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
81-
</configuration>
82-
<reportSets>
83-
<reportSet>
84-
<reports>
85-
<report>changes-report</report>
86-
</reports>
87-
</reportSet>
88-
</reportSets>
89-
</plugin>
9075
<plugin>
9176
<groupId>org.apache.maven.plugins</groupId>
9277
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)