Skip to content

Commit f9bc181

Browse files
committed
Upgrade to commons-parent 32.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1544792 13f79535-47bb-0310-9956-ffa450edef68
1 parent e4b9d08 commit f9bc181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>28</version>
22+
<version>32</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
@@ -238,7 +238,7 @@
238238
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
239239
<enableRulesSummary>false</enableRulesSummary>
240240
<headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
241-
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
241+
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
242242
</configuration>
243243
<reportSets>
244244
<reportSet>

0 commit comments

Comments
 (0)