This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 87182de  update jacoco to 80.8.11, which supports java 21, removing 
activation of profile javaBugsUpdate4Jacoco
87182de is described below

commit 87182de7f6165255fa6a430dae47d92d749a36e7
Author: Georg Kallidis <[email protected]>
AuthorDate: Wed Dec 20 14:21:33 2023 +0100

    update jacoco to 80.8.11, which supports java 21, removing activation of 
profile javaBugsUpdate4Jacoco
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 005d53d..c2686c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,6 @@
         <!-- jacoco agent may block gpg agent ? -->
         <!-- Be aware, as we exclude tests itself, jacoco only starts, if 
           not skipping tests, as it is a coverage tool! 
-          jacoco 0.8.8 does not support java version 18 and beyyond
           -->
         <plugin>
           <groupId>org.jacoco</groupId>
@@ -605,9 +604,6 @@
     </profile-->
     <profile>
       <id>javaBugsUpdate4Jacoco</id>
-      <activation>
-        <jdk>[19,)</jdk>
-      </activation>
       <properties>
         <jacoco.skip>true</jacoco.skip>
       </properties>
@@ -661,7 +657,7 @@
     <!-- unused :
         turbine.wagon-ssh.version>3.4.3</turbine.wagon-ssh.version as in 
apache pom : turbine.site.version>3.9.1</turbine.site.version -->
     <turbine.findbugs.version>3.0.5</turbine.findbugs.version>
-    <turbine.jacoco.version>0.8.8</turbine.jacoco.version>
+    <turbine.jacoco.version>0.8.11</turbine.jacoco.version>
     <turbine.dependency.check.version>8.4.0</turbine.dependency.check.version>
     <!-- may replace local settings -->
     <turbine.log4j2.version>2.20.0</turbine.log4j2.version>

Reply via email to