This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 80144a8e Drop Coverall-related profile 80144a8e is described below commit 80144a8e0777fa3df1e264b862b75b7cbe4402dc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 20 18:14:16 2023 -0400 Drop Coverall-related profile --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 42fa3eb5..7d9aa287 100644 --- a/pom.xml +++ b/pom.xml @@ -751,16 +751,6 @@ </plugins> </build> <profiles> - <profile> - <id>java9</id> - <activation> - <jdk>9</jdk> - </activation> - <properties> - <!-- 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> - </profile> <profile> <id>java16</id> <!-- For testing with CGLIB on Java 16 and 17-ea. -->