You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/11/03 23:45:22 UTC

[commons-jexl] branch master updated: Use same property name as parent pom

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new ed0122f  Use same property name as parent pom
ed0122f is described below

commit ed0122ff9d456dbd0cf2471e47f59ab2b7c02131
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 3 23:45:13 2020 +0000

    Use same property name as parent pom
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c06e22a..3dbf9c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,8 @@
         <commons.jira.pid>12310479</commons.jira.pid>
         <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
         <checksyle.version>8.37</checksyle.version>
-        <jacoco.version>0.8.6</jacoco.version>
+        <!-- override of version defined in CP52 -->
+        <commons.jacoco.version>0.8.6</commons.jacoco.version>
 
         <!--
           Encoding of Java source files: ensures that the compiler and
@@ -175,7 +176,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${jacoco.version}</version>
+                <version>${commons.jacoco.version}</version>
                 <configuration>
                     <excludes>
                             <exclude>**/generated-sources/**/*</exclude>
@@ -371,7 +372,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.6</version>
+                <version>${commons.jacoco.version}</version>
                 <configuration>
                     <excludes>
                             <exclude>**/generated-sources/**/*</exclude>