You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2021/10/30 07:47:32 UTC

[maven-invoker-plugin] branch dependabot/maven/org.codehaus.groovy-groovy-all-3.0.9 updated (6eb7d9d -> c2cfdb4)

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

github-bot pushed a change to branch dependabot/maven/org.codehaus.groovy-groovy-all-3.0.9
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


    omit 6eb7d9d  Bump groovy-all from 3.0.8 to 3.0.9
     add 28870c3  Agree verb with subject
     add 656e3af  Extract reader to local variable
     add e654521  Auto-close exploited resource
     add 49c5a2e  Bump actions/setup-java from 2.3.0 to 2.3.1
     add 07234f2  [MINVOKER-290] remove jdk 7 https.protocols configuration
     add 0e33dbe  use shared gh action
     add c2cfdb4  Bump groovy-all from 3.0.8 to 3.0.9

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   (6eb7d9d)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.groovy-groovy-all-3.0.9 (c2cfdb4)

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.

No new revisions were added by this update.

Summary of changes:
 .../workflows/maven-verify.yml                     | 16 ++++++--
 .github/workflows/maven.yml                        | 45 ----------------------
 pom.xml                                            |  2 -
 src/it/MINVOKER-191/pom.xml                        |  4 --
 src/it/MINVOKER-243_install-reactor/pom.xml        |  6 ---
 src/it/exec-timeout-invoker-level/pom.xml          |  4 --
 .../src/it/basic/pom.xml                           |  6 ---
 src/it/exec-timeout-mojo-level/pom.xml             |  4 --
 .../exec-timeout-mojo-level/src/it/basic/pom.xml   |  6 ---
 src/it/filtering-extensions/pom.xml                |  4 --
 src/it/invocation-debug/pom.xml                    |  4 --
 .../invocation-debug/src/it/minvoker-142/pom.xml   |  4 --
 src/it/invocation-emptyproperty/pom.xml            |  2 -
 .../src/it/minvoker-118/pom.xml                    |  4 --
 src/it/invocation-multiple/pom.xml                 |  2 -
 src/it/invocation-offline/pom.xml                  |  4 --
 src/it/invocation-reactor-indirect/pom.xml         |  6 ---
 src/it/invocation-spaces/pom.xml                   |  2 -
 src/it/local-repo-default/pom.xml                  |  4 --
 src/it/local-repo-isolated/pom.xml                 |  4 --
 src/it/local-repo-path/pom.xml                     |  4 --
 src/it/pom-filtering-encoding/pom.xml              |  4 --
 src/it/pom-filtering/pom.xml                       |  4 --
 src/it/postbuild-executed-only-once/pom.xml        |  2 -
 src/it/settings-inherit/pom.xml                    |  4 --
 src/it/settings-inherit/src/it/project/pom.xml     |  4 --
 src/it/settings-merge-multiexecutions/pom.xml      |  4 --
 src/it/settings-merge/pom.xml                      |  4 --
 src/it/settings-merge_jdk9+/pom.xml                |  4 --
 src/it/settings-override/pom.xml                   |  4 --
 src/it/spaces-should-work_non-windows/pom.xml      |  4 --
 src/it/special-characters-should-work/pom.xml      |  4 --
 src/it/wrongPropertyInterpolation/pom.xml          |  4 --
 .../maven/plugins/invoker/InvokerSession.java      |  7 +++-
 .../maven/plugins/invoker/InvokerSessionTest.java  |  2 +-
 35 files changed, 19 insertions(+), 173 deletions(-)
 copy src/it/invocation-environmentvariable/invoker.properties => .github/workflows/maven-verify.yml (74%)
 delete mode 100644 .github/workflows/maven.yml