You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/04/24 11:26:23 UTC

[maven-artifact-transfer] branch MSHARED-883 created (now a669e10)

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

khmarbaise pushed a change to branch MSHARED-883
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at a669e10  [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin

This branch includes the following new commits:

     new a669e10  [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin

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-artifact-transfer] 01/01: [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin

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

khmarbaise pushed a commit to branch MSHARED-883
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit a669e101badf684e570abd174d43b175c95c6c44
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Apr 24 13:26:13 2020 +0200

    [MSHARED-883] - Upgrade groovy from 2.4.10 to 3.0.3 for maven-invoker-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eba1ec5..6944601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>
                 <artifactId>groovy</artifactId>
-                <version>2.4.10</version>
+                <version>3.0.3</version>
               </dependency>
               <dependency>
                 <groupId>org.codehaus.gmaven.runtime</groupId>