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 2022/05/03 21:04:08 UTC

[maven-script-interpreter] branch MSHARED-1068 updated (2301c51 -> 2fd3f60)

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

slachiewicz pushed a change to branch MSHARED-1068
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


    omit 2301c51  [MSHARED-1068] Upgrade Groovy to 4.0.2
    omit f60db45  [MSHARED-1002] Require Java 8
     add 98c2857  [MSHARED-1002] Require Java 8
     new 2fd3f60  [MSHARED-1068] Upgrade Groovy to 4.0.2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2301c51)
            \
             N -- N -- N   refs/heads/MSHARED-1068 (2fd3f60)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .../java/org/apache/maven/shared/scriptinterpreter/FileLogger.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[maven-script-interpreter] 01/01: [MSHARED-1068] Upgrade Groovy to 4.0.2

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

slachiewicz pushed a commit to branch MSHARED-1068
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 2fd3f6038dfd495475d359ec05eada07d4675253
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Apr 23 23:47:06 2022 +0200

    [MSHARED-1068] Upgrade Groovy to 4.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cb8a759..9bffe4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,9 +81,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
+      <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>2.4.21</version>
+      <version>4.0.2</version>
     </dependency>
 
     <dependency>