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-parent.git
The following commit(s) were added to refs/heads/master by this push: new ff9c15b Remove "cobertura" profile, we use JaCoco, Cobertura is unmaintained ff9c15b is described below commit ff9c15ba12fb7ac649659a26cb5ec2cf6bb56f35 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 08:34:00 2024 -0400 Remove "cobertura" profile, we use JaCoco, Cobertura is unmaintained --- pom.xml | 18 ------------------ src/changes/changes.xml | 4 +++- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 7ceb58a..d60c262 100644 --- a/pom.xml +++ b/pom.xml @@ -1414,24 +1414,6 @@ </reporting> </profile> - <profile> - <id>cobertura</id> - <activation> - <file> - <exists>src/site/resources/profile.cobertura</exists> - </file> - </activation> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - </plugin> - </plugins> - </reporting> - </profile> - <profile> <id>japicmp</id> <activation> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1829f50..5dc1faa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,7 +65,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons.pmd-impl.version from 7.5.0 to 7.6.0 #501.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 #503.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 on Java 11 and up.</action> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #506.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #506.</action> + <!-- REMOVE --> + <action type="remove" dev="ggregory" due-to="Gary Gregory">Remove "cobertura" profile, we use JaCoco, Cobertura is unmaintained.</action> </release> <release version="76" date="2024-09-25" description="Version 76: Maintenance and update dependencies."> <!-- FIX -->