File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >org.apache.commons</groupId >
2222 <artifactId >commons-parent</artifactId >
23- <version >42 </version >
23+ <version >43 </version >
2424 </parent >
2525 <artifactId >commons-csv</artifactId >
2626 <version >1.6-SNAPSHOT</version >
@@ -152,9 +152,6 @@ CSV files of various types.
152152 <checkstyle .version>2.17</checkstyle .version>
153153 <checkstyle .header.file>${basedir} /LICENSE-header.txt</checkstyle .header.file>
154154 <checkstyle .resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle .resourceExcludes>
155-
156- <!-- Override jacoco version for java 9 compatibility -->
157- <commons .jacoco.version>0.7.9</commons .jacoco.version>
158155 </properties >
159156
160157 <build >
@@ -274,7 +271,6 @@ CSV files of various types.
274271 <plugin >
275272 <groupId >org.codehaus.mojo</groupId >
276273 <artifactId >findbugs-maven-plugin</artifactId >
277- <version >3.0.5</version >
278274 </plugin >
279275 <plugin >
280276 <groupId >org.codehaus.mojo</groupId >
@@ -522,8 +518,6 @@ CSV files of various types.
522518 <jdk >9</jdk >
523519 </activation >
524520 <properties >
525- <!-- versions below 3.0.0 do not work with java 9 -->
526- <commons .javadoc.version>3.0.0-M1</commons .javadoc.version>
527521 <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
528522 <coveralls .skip>true</coveralls .skip>
529523 </properties >
You can’t perform that action at this time.
0 commit comments