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:18 UTC

[commons-jexl] branch master updated (97936f50 -> 4c1b35a7)

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

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


    from 97936f50 Pick up maven-checkstyle-plugin and checkstyle versions from parent POM
     new 9acf732a Version tag for jacoco-maven-plugin is set in the parent POM
     new f2e1a9ae Version tag for maven-changes-plugin is set in the parent POM
     new 53b7cd5c Version tag for japicmp-maven-plugin is set in the parent POM
     new b75f63e8 Fix XML formatting
     new a5efe176 Version tag for maven-pmd-plugin is set in the parent POM
     new 4c1b35a7 Version tag for jacoco-maven-plugin is set in the parent POM

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)


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

Posted by gg...@apache.org.
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 a5efe176461b040dd2c7c7aa5afd627474f997fd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 10:59:55 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index c7a2a964..0f467372 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>${commons.pmd.version}</version>
                 <configuration>
                     <targetJdk>${maven.compiler.target}</targetJdk>
                     <rulesets>


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

Posted by gg...@apache.org.
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 f2e1a9aeb09a6c6ad7292ac24ce1de527aeda9b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 10:56:51 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index fd425aea..32e6791a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,7 +344,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
-                <version>2.12.1</version>
                 <configuration>
                     <issueLinkTemplatePerSystem>
                         <default>%URL%/%ISSUE%</default>


[commons-jexl] 04/06: Fix XML formatting

Posted by gg...@apache.org.
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 b75f63e8be8f9e4773ecab7a072213dbade2ed28
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 10:58:49 2023 -0500

    Fix XML formatting
---
 pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7336ff7f..c7a2a964 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,10 +321,12 @@
             </plugin>
 
             <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>animal-sniffer-maven-plugin</artifactId>
-            <version>1.22</version>
-                <configuration><ignores>java.lang.invoke.*</ignores></configuration>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>animal-sniffer-maven-plugin</artifactId>
+                <version>1.22</version>
+                <configuration>
+                    <ignores>java.lang.invoke.*</ignores>
+		        </configuration>
             </plugin>
 
         </plugins>


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

Posted by gg...@apache.org.
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 53b7cd5cdb28ebca06694579d969867cf28d04eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 10:57:45 2023 -0500

    Version tag for japicmp-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 32e6791a..7336ff7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,6 @@
             <plugin>
                 <groupId>com.github.siom79.japicmp</groupId>
                 <artifactId>japicmp-maven-plugin</artifactId>
-                <version>${commons.japicmp.version}</version>
                 <configuration>
                     <parameter>
                         <includes>


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

Posted by gg...@apache.org.
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 9acf732afe58bb9da5c764b4a55e888d12e90584
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 17 10:55:06 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 3af7ecee..fd425aea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,7 +201,6 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${commons.jacoco.version}</version>
                 <configuration>
                     <excludes>
                             <exclude>**/generated-sources/**/*</exclude>


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

Posted by gg...@apache.org.
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>