Update to commons-parent version 43
Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/f3f48be1 Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/f3f48be1 Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/f3f48be1 Branch: refs/heads/release Commit: f3f48be1d08d87672aa80364f1d59df3daa11be1 Parents: 3a20344 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Jan 7 11:42:26 2018 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Jan 7 11:42:26 2018 +0100 ---------------------------------------------------------------------- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/f3f48be1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 68fb8e2..3beeffc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>42</version> + <version>43</version> </parent> <artifactId>commons-csv</artifactId> <version>1.6-SNAPSHOT</version> @@ -152,9 +152,6 @@ CSV files of various types. <checkstyle.version>2.17</checkstyle.version> <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file> <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes> - - <!-- Override jacoco version for java 9 compatibility --> - <commons.jacoco.version>0.7.9</commons.jacoco.version> </properties> <build> @@ -274,7 +271,6 @@ CSV files of various types. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.5</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -522,8 +518,6 @@ CSV files of various types. <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>