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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 7976967 Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained 7976967 is described below commit 797696744b7874db3817c7802117d8f2d9993110 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 08:38:47 2024 -0400 Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained --- pom.xml | 16 ---------------- src/changes/changes.xml | 2 ++ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 56efd3b..68dcefa 100644 --- a/pom.xml +++ b/pom.xml @@ -205,22 +205,6 @@ under the License. <skip>true</skip> </configuration> </plugin> - <plugin> - <!-- - Many of JCL's tests use tricky techniques to place the generated - JCL jarfiles on the classpath in various configurations. This means - that those tests must be run *after* the "package" build phase. - - Disable cobertura report generation as this does not work correctly - with integration-tests and the normal unit tests are disabled too. - --> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> <plugin> <groupId>org.moditect</groupId> <artifactId>moditect-maven-plugin</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 79fa62c..fc470bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,8 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 72 to 76 #285, #287, #295, #298.</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288.</action> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">Bump log4j2.version from 2.23.1 to 2.24.1 #292, #299.</action> + <!-- REMOVE --> + <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained.</action> </release> <release version="1.3.4" date="2024-08-16" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->