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


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

commit 35675c425a8466d5c45acf49ad298a758de37c0a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 28 10:37:12 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index f3f90ed5..18fc8f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,16 +440,4 @@ limitations under the License.
       </plugin>
     </plugins>
   </reporting>
-  <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>
-  </profiles>
 </project>

Reply via email to