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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 98771a55 Drop Coveralls
98771a55 is described below
commit 98771a55036b18fb294b21c06d7e95402ce8fe55
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Oct 15 13:47:32 2023 -0400
Drop Coveralls
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index d8650267..de096ada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,16 +484,6 @@
</plugins>
</build>
</profile>
- <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>benchmark</id>
<properties>