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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c601316 Drop Coveralls
4c601316 is described below

commit 4c6013165852933245388b5e1b79f3fc182334fc
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 28 10:38:23 2023 -0500

    Drop Coveralls
---
 pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce576c4b..1d2b953d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,17 +507,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>
   </profiles>
 
 </project>

Reply via email to