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 595558b Remove obsolete Travis CI profiles 595558b is described below commit 595558bfb3c4e2fd0b929a858da0432e76d93db1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Sep 15 16:43:15 2023 -0400 Remove obsolete Travis CI profiles --- pom.xml | 49 ------------------------------------------------- src/changes/changes.xml | 2 ++ 2 files changed, 2 insertions(+), 49 deletions(-) diff --git a/pom.xml b/pom.xml index a0eedb0..2f060f1 100644 --- a/pom.xml +++ b/pom.xml @@ -139,8 +139,6 @@ <commons.checkstyle.version>9.3</commons.checkstyle.version> <commons.cobertura.version>2.7</commons.cobertura.version> <commons.compiler.version>3.11.0</commons.compiler.version> - <commons.coveralls.version>4.3.0</commons.coveralls.version> - <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat> <commons.cyclonedx.version>2.7.9</commons.cyclonedx.version> <commons.spdx.version>0.7.0</commons.spdx.version> <commons.failsafe.version>3.1.2</commons.failsafe.version> @@ -1860,53 +1858,6 @@ </properties> </profile> - <profile> - <id>travis-cobertura</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>${commons.cobertura.version}</version> - <configuration> - <formats> - <format>xml</format> - </formats> - </configuration> - </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> - - <profile> - <id>travis-jacoco</id> - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>${commons.jacoco.version}</version> - </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> - <profile> <id>moditect</id> <activation> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 649c560..37c7db4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,6 +66,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump GitHub actions.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.17.2 to 0.17.3 #302.</action> + <!-- REMOVE --> + <action type="remove" dev="ggregory" due-to="Dependabot">Remove obsolete Travis CI profiles.</action> </release> <release version="62" date="2023-09-02" description="Version 62: Maintenance and update dependencies"> <!-- FIX -->