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-jexl.git

commit dafff51aa0408088eeeba7e176775e4061a53262
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 12 13:37:45 2025 -0400

    Inherit JaCoCo version configuration from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e74635ce..d2c5efa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,7 +225,6 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${commons.jacoco.version}</version>
                 <configuration>
                     <excludes>
                             <exclude>**/generated-sources/**/*</exclude>

Reply via email to