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


The following commit(s) were added to refs/heads/master by this push:
     new c4daf34d No longer need to override the version of the Jacoco Maven 
plugin
c4daf34d is described below

commit c4daf34d4aeb1193ba8feab437b86a871c6b123d
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 19 12:54:29 2025 -0400

    No longer need to override the version of the Jacoco Maven plugin
    
    Pick up the version from the parent POM.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf1613d1..b006f009 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,6 @@ limitations under the License.
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <!-- 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>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <jacoco.skip>false</jacoco.skip>
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>

Reply via email to