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/12/19 16:29:31 UTC

[maven-invoker-plugin] branch MINVOKER-254 created (now ef29891)

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

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


      at ef29891  [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21

This branch includes the following new commits:

     new ef29891  [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21

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: [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21

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

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

commit ef298917a782d1ff7fd4ca12e4c4dbf097c0d38f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Dec 19 17:29:19 2020 +0100

    [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca2f9d1..e933a20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@ under the License.
     <beanshell-version>2.0b6</beanshell-version>
     <groovy-groupId>org.codehaus.groovy</groovy-groupId>
     <groovy-artifactId>groovy-all</groovy-artifactId>
-    <groovy-version>2.4.20</groovy-version>
+    <groovy-version>2.4.21</groovy-version>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-02-22T16:40:59Z</project.build.outputTimestamp>
   </properties>