We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b372050 commit 50d48c9Copy full SHA for 50d48c9
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.apache.commons</groupId>
6
<artifactId>commons-parent</artifactId>
7
- <version>23</version>
+ <version>26</version>
8
</parent>
9
10
<artifactId>commons-csv</artifactId>
@@ -72,21 +72,6 @@ CSV files of various types.
72
73
<reporting>
74
<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>
90
<plugin>
91
<groupId>org.apache.maven.plugins</groupId>
92
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments