This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new c85f034d3 Drop coveralls, as no longer used [skip ci] c85f034d3 is described below commit c85f034d33f0f36fb65cb5e2d422958c591429e2 Author: Sebb <s...@apache.org> AuthorDate: Mon Feb 24 22:51:51 2025 +0000 Drop coveralls, as no longer used [skip ci] --- pom.xml | 8 -------- src/changes/changes.xml | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5e4ce39d9..0bd0073c0 100644 --- a/pom.xml +++ b/pom.xml @@ -707,14 +707,6 @@ This is avoided by creating an empty directory when svn is not available. </execution> </executions> </plugin> - <plugin> - <groupId>org.eluder.coveralls</groupId> - <artifactId>coveralls-maven-plugin</artifactId> - <version>${commons.coveralls.version}</version> - <configuration> - <timestampFormat>${commons.coveralls.timestampFormat}</timestampFormat> - </configuration> - </plugin> </plugins> </build> </profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94943c562..ebdda6366 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -96,6 +96,7 @@ Caveat: to support the whole codebase (it was one of the main reasons for creating more focused components). "> + <action dev="sebb" type="fix">Drop coveralls, as no longer used</action> <action dev="sebb" type="update">Bump Commons Parent from 78 to 81</action> <action dev="sebb" type="update">Bump picocli from 3.9.5 to 4.7.6</action> <action dev="sebb" type="update">Bump Commons Imaging from 1.0-alpha3 to 1.0.0-alpha5</action>