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-codec.git
commit 8f2b67337af5dc40a3701346c6302ab0cf5ca554 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 19 12:52:46 2025 -0400 Remove workaround for [SUREFIRE-2253] --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index b5e9d112..bf1613d1 100644 --- a/pom.xml +++ b/pom.xml @@ -106,8 +106,6 @@ limitations under the License. <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2025-01-27T18:05:48Z</project.build.outputTimestamp> <commons.jacoco.version>0.8.12</commons.jacoco.version> - <!-- Temp for SUREFIRE-2253 --> - <commons.surefire.version>3.2.5</commons.surefire.version> <!-- JaCoCo: Don't make code coverage worse than: --> <jacoco.skip>false</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>