Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit f3f48be

Browse files
Update to commons-parent version 43
1 parent 3a20344 commit f3f48be

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)