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

henrib 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 e8682aa  JEXL: pom.xml, update pom parent and componentid
e8682aa is described below

commit e8682aaab34396f5dabb612d9b02698fd8288cd5
Author: henrib <hen...@apache.org>
AuthorDate: Thu Mar 5 17:27:59 2020 +0100

    JEXL: pom.xml, update pom parent and componentid
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6d7123..335f3fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>49</version>
+        <version>50</version>
     </parent>
     
     <groupId>org.apache.commons</groupId>
@@ -34,7 +34,7 @@
     <properties>
         <maven.compiler.source>1.6</maven.compiler.source>
         <maven.compiler.target>1.6</maven.compiler.target>
-        <commons.componentid>jexl3</commons.componentid>
+        <commons.componentid>jexl</commons.componentid>
         <commons.module.name>org.apache.commons.jexl3</commons.module.name>
         <commons.release.version>3.1</commons.release.version>
         <commons.site.path>jexl</commons.site.path>
@@ -207,7 +207,6 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>clirr-maven-plugin</artifactId>
-                <version>2.8</version>
                 <configuration>
                     
<ignoredDifferencesFile>${basedir}/src/main/config/clirr-ignored.xml</ignoredDifferencesFile>
                     <excludes>

Reply via email to