We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b9d08 commit f9bc181Copy full SHA for f9bc181
1 file changed
pom.xml
@@ -19,7 +19,7 @@
19
<parent>
20
<groupId>org.apache.commons</groupId>
21
<artifactId>commons-parent</artifactId>
22
- <version>28</version>
+ <version>32</version>
23
</parent>
24
<modelVersion>4.0.0</modelVersion>
25
<groupId>commons-cli</groupId>
@@ -238,7 +238,7 @@
238
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
239
<enableRulesSummary>false</enableRulesSummary>
240
<headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
241
- <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
+ <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
242
</configuration>
243
<reportSets>
244
<reportSet>
0 commit comments