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-testing.git
The following commit(s) were added to refs/heads/master by this push: new e483605 Drop Coveralls e483605 is described below commit e483605416b5f92a564b9fbdb955cb7f48584891 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 28 10:41:36 2023 -0500 Drop Coveralls --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index a22b165..3bb878a 100644 --- a/pom.xml +++ b/pom.xml @@ -312,8 +312,6 @@ java.base/java.lang=ALL-UNNAMED</argLine> <!-- versions below 3.0.0 do not work with java 9 --> <commons.javadoc.version>3.0.0</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> </profile>