Repository: commons-io Updated Branches: refs/heads/master 65c4a9c0e -> f42a7b9cb
Update to commons-parent version 43 Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/f42a7b9c Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/f42a7b9c Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/f42a7b9c Branch: refs/heads/master Commit: f42a7b9cba328a538df1152cffcee70ea2501841 Parents: 65c4a9c Author: pascalschumacher <[email protected]> Authored: Sun Jan 7 11:25:55 2018 +0100 Committer: pascalschumacher <[email protected]> Committed: Sun Jan 7 11:25:55 2018 +0100 ---------------------------------------------------------------------- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/f42a7b9c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bf15f59..ce7d61b 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>42</version> + <version>43</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-io</groupId> @@ -261,8 +261,6 @@ file comparators, endian transformation classes, and much more. </commons.osgi.export> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <!-- Override clirr version to be able to build the site on Java 8 --> - <commons.clirr.version>2.8</commons.clirr.version> <checkstyle.plugin.version>2.17</checkstyle.plugin.version> </properties> @@ -361,7 +359,6 @@ file comparators, endian transformation classes, and much more. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -375,7 +372,6 @@ file comparators, endian transformation classes, and much more. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>${commons.findbugs.version}</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> @@ -434,8 +430,6 @@ file comparators, endian transformation classes, and much more. <jdk>9</jdk> </activation> <properties> - <!-- versions below 3.0.0 do not work with java 9 --> - <commons.javadoc.version>3.0.0-M1</commons.javadoc.version> <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> <coveralls.skip>true</coveralls.skip> </properties>
