1919 <parent >
2020 <groupId >org.apache.commons</groupId >
2121 <artifactId >commons-parent</artifactId >
22- <version >42 </version >
22+ <version >43 </version >
2323 </parent >
2424 <modelVersion >4.0.0</modelVersion >
2525 <groupId >commons-io</groupId >
@@ -261,8 +261,6 @@ file comparators, endian transformation classes, and much more.
261261 </commons .osgi.export>
262262
263263 <commons .scmPubCheckoutDirectory>site-content</commons .scmPubCheckoutDirectory>
264- <!-- Override clirr version to be able to build the site on Java 8 -->
265- <commons .clirr.version>2.8</commons .clirr.version>
266264 <checkstyle .plugin.version>2.17</checkstyle .plugin.version>
267265 </properties >
268266
@@ -361,7 +359,6 @@ file comparators, endian transformation classes, and much more.
361359 <plugin >
362360 <groupId >org.codehaus.mojo</groupId >
363361 <artifactId >cobertura-maven-plugin</artifactId >
364- <version >${commons.cobertura.version} </version >
365362 </plugin >
366363 <plugin >
367364 <groupId >org.apache.maven.plugins</groupId >
@@ -375,7 +372,6 @@ file comparators, endian transformation classes, and much more.
375372 <plugin >
376373 <groupId >org.codehaus.mojo</groupId >
377374 <artifactId >findbugs-maven-plugin</artifactId >
378- <version >${commons.findbugs.version} </version >
379375 <configuration >
380376 <threshold >Normal</threshold >
381377 <effort >Default</effort >
@@ -434,8 +430,6 @@ file comparators, endian transformation classes, and much more.
434430 <jdk >9</jdk >
435431 </activation >
436432 <properties >
437- <!-- versions below 3.0.0 do not work with java 9 -->
438- <commons .javadoc.version>3.0.0-M1</commons .javadoc.version>
439433 <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
440434 <coveralls .skip>true</coveralls .skip>
441435 </properties >
0 commit comments