File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments