Skip to content

Commit 171206b

Browse files
committed
Update to commons-parent 25 and other plug-ins to work with both M2 and M3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1343241 13f79535-47bb-0310-9956-ffa450edef68
1 parent 97ddfd9 commit 171206b

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

pom.xml

Lines changed: 3 additions & 18 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>21</version>
22+
<version>25</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
@@ -197,22 +197,6 @@
197197
</links>
198198
</configuration>
199199
</plugin>
200-
<plugin>
201-
<groupId>org.apache.maven.plugins</groupId>
202-
<artifactId>maven-changes-plugin</artifactId>
203-
<version>2.0</version>
204-
<configuration>
205-
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
206-
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
207-
</configuration>
208-
<reportSets>
209-
<reportSet>
210-
<reports>
211-
<report>changes-report</report>
212-
</reports>
213-
</reportSet>
214-
</reportSets>
215-
</plugin>
216200
<plugin>
217201
<groupId>org.apache.maven.plugins</groupId>
218202
<artifactId>maven-checkstyle-plugin</artifactId>
@@ -226,7 +210,7 @@
226210
<plugin>
227211
<groupId>org.codehaus.mojo</groupId>
228212
<artifactId>findbugs-maven-plugin</artifactId>
229-
<version>1.2</version>
213+
<version>2.4.0</version>
230214
<configuration>
231215
<threshold>Normal</threshold>
232216
<effort>Default</effort>
@@ -248,6 +232,7 @@
248232
<plugin>
249233
<groupId>org.apache.maven.plugins</groupId>
250234
<artifactId>maven-pmd-plugin</artifactId>
235+
<version>2.7.1</version>
251236
<configuration>
252237
<targetJdk>${maven.compile.source}</targetJdk>
253238
</configuration>

0 commit comments

Comments
 (0)