You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/20 15:54:17 UTC

[maven-invoker-plugin] branch groovy created (now 9a2e8d3)

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

slachiewicz pushed a change to branch groovy
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at 9a2e8d3  Upgrade Apache Groovy to 2.5.12

This branch includes the following new commits:

     new 9a2e8d3  Upgrade Apache Groovy to 2.5.12

The 1 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.



[maven-invoker-plugin] 01/01: Upgrade Apache Groovy to 2.5.12

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch groovy
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 9a2e8d37dee083d920e32bfd74495d3d44e5c383
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jul 20 17:54:12 2020 +0200

    Upgrade Apache Groovy to 2.5.12
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edce150..e095787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
     <beanshell-version>2.0b5</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
-    <groovy-version>2.4.19</groovy-version>
+    <groovy-version>2.5.12</groovy-version>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-02-22T16:40:59Z</project.build.outputTimestamp>
   </properties>
@@ -186,6 +186,7 @@ under the License.
       <groupId>${groovy-groupId}</groupId>
       <artifactId>${groovy-artifactId}</artifactId>
       <version>${groovy-version}</version>
+      <type>pom</type> <!-- required JUST since Groovy 2.5.0 -->
       <scope>runtime</scope>
     </dependency>