File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ limitations under the License.
2525 <parent >
2626 <groupId >org.apache.commons</groupId >
2727 <artifactId >commons-parent</artifactId >
28- <version >43 </version >
28+ <version >46 </version >
2929 </parent >
3030 <groupId >commons-codec</groupId >
3131 <artifactId >commons-codec</artifactId >
@@ -237,9 +237,6 @@ limitations under the License.
237237 <commons .encoding>UTF-8</commons .encoding>
238238 <checkstyle .header.file>${basedir} /LICENSE-header.txt</checkstyle .header.file>
239239 <checkstyle .version>2.17</checkstyle .version>
240- <commons .clirr.version>2.8</commons .clirr.version>
241- <!-- use java 9 compatible jacoco version -->
242- <commons .jacoco.version>0.7.9</commons .jacoco.version>
243240 </properties >
244241 <build >
245242 <defaultGoal >clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal >
@@ -387,8 +384,6 @@ limitations under the License.
387384 <jdk >9</jdk >
388385 </activation >
389386 <properties >
390- <!-- versions below 3.0.0 do not work with java 9 -->
391- <commons .javadoc.version>3.0.0-M1</commons .javadoc.version>
392387 <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
393388 <coveralls .skip>true</coveralls .skip>
394389 </properties >
You can’t perform that action at this time.
0 commit comments