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/04/24 00:17:42 UTC

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

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 39f82e0  mvn4 aggregator
     add 7abe3c7  Shared GitHub action v2
     add cd6e66d  Bump maven-site-plugin from 3.10.0 to 3.12.0
     add bb5681b  Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
     add 33c0c29  Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.2
     add 2c2264b  Bump slf4j.version from 1.7.32 to 1.7.36
     add f60db45  [MSHARED-1002] Require Java 8
     add 2301c51  [MSHARED-1068] Upgrade Groovy to 4.0.2
     new 7e42147  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   (39f82e0)
            \
             N -- N -- N   refs/heads/mvn4 (7e42147)

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:
 .github/workflows/maven-verify.yml                 |  4 +-
 pom.xml                                            | 51 +++++++++-------------
 .../maven/shared/scriptinterpreter/FileLogger.java |  4 +-
 .../shared/scriptinterpreter/ScriptRunner.java     |  2 +-
 .../BeanShellScriptInterpreterTest.java            |  6 +--
 .../shared/scriptinterpreter/FileLoggerTest.java   |  8 ++--
 .../GroovyScriptInterpreterTest.java               |  4 +-
 .../shared/scriptinterpreter/ScriptRunnerTest.java |  8 ++--
 .../scriptinterpreter/TestMirrorHandler.java       |  2 +-
 9 files changed, 38 insertions(+), 51 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 7e42147281dd85f958a66d8d5e838b1d96d889a8
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>