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:13:03 UTC

[maven-script-interpreter] branch mvn4 updated (7e42147 -> 7c358e1)

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

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


 discard 7e42147  mvn4 aggregator
 discard 2301c51  [MSHARED-1068] Upgrade Groovy to 4.0.2
 discard f60db45  [MSHARED-1002] Require Java 8
     add ca7ffa7  [MSHARED-1002] Require Java 8
     add 9d5d12d  [MSHARED-1068] Upgrade Groovy to 4.0.2
     new 7c358e1  mvn4 aggregator

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   (7e42147)
            \
             N -- N -- N   refs/heads/mvn4 (7c358e1)

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: mvn4 aggregator

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

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

commit 7c358e1e34baf453ed1b809ce39fa9b4698f8ed0
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 28 23:16:21 2022 +0100

    mvn4 aggregator
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9bffe4c..2434e62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>36</version>
+    <version>37-SNAPSHOT</version>
     <relativePath />
   </parent>