You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/17 16:03:24 UTC

[commons-jexl] 06/06: Version tag for jacoco-maven-plugin is set in the parent POM

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 4c1b35a7629e739c3ad0554be583da50bdb35de8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 11:03:14 2023 -0500

    Version tag for jacoco-maven-plugin is set in the parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

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