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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 4fc2ab4d1 Drop Coveralls 4fc2ab4d1 is described below commit 4fc2ab4d1474b77b63b646631b38893fbb4ff411 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 28 10:40:15 2023 -0500 Drop Coveralls --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2ad1dc322..e471d5628 100644 --- a/pom.xml +++ b/pom.xml @@ -924,8 +924,6 @@ <!-- LANG-1265: allow tests to access private fields/methods of java.base classes via reflection --> <!-- LANG-1667: allow tests to access private fields/methods of java.base/java.util such as ArrayList via reflection --> <argLine>-Xmx512m --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine> - <!-- 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>