You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/07/21 05:47:24 UTC

[maven-compiler-plugin] branch build-with-18-19-ea updated (718ec3e -> c475898)

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

olamy pushed a change to branch build-with-18-19-ea
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


    omit 718ec3e  test build with 18 and 19-ea
     add c40f5fd  MCOMPILER-495 create missing dirs in createMissingPackageInfoClasses (#121)
     add 5a65232  ignore Maven Core updates by dependabot
     add 6657ecf  Bump maven-invoker-plugin from 3.2.2 to 3.3.0
     add 3539d4c  Bump mockito-core from 4.5.1 to 4.6.0
     add 7d5d9d9  Fix Jenkins url
     add c7a47c1  Bump maven-release-plugin from 3.0.0-M5 to 3.0.0-M6
     add 58f6d60  Bump mockito-core from 4.6.0 to 4.6.1
     add 876452d  Bump maven-shared-utils
     add b965e04  Bump maven-shared-utils in /src/it/MCOMPILER-157/annotation-verify
     add c475898  test build with 18 and 19-ea

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   (718ec3e)
            \
             N -- N -- N   refs/heads/build-with-18-19-ea (c475898)

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:
 .github/dependabot.yml                                            | 3 +++
 pom.xml                                                           | 8 ++++----
 src/it/MCOMPILER-157/annotation-verify/pom.xml                    | 2 +-
 src/it/MCOMPILER-203-processorpath/annotation-verify/pom.xml      | 2 +-
 src/it/{MCOMPILER-205 => MCOMPILER-495}/invoker.properties        | 0
 src/it/{MCOMPILER-485 => MCOMPILER-495}/pom.xml                   | 0
 .../src/main/java/dummy/package-info.java                         | 0
 src/it/{MCOMPILER-485 => MCOMPILER-495}/verify.groovy             | 0
 .../org/apache/maven/plugin/compiler/AbstractCompilerMojo.java    | 7 +++++++
 9 files changed, 16 insertions(+), 6 deletions(-)
 copy src/it/{MCOMPILER-205 => MCOMPILER-495}/invoker.properties (100%)
 copy src/it/{MCOMPILER-485 => MCOMPILER-495}/pom.xml (100%)
 copy src/it/{MCOMPILER-205 => MCOMPILER-495}/src/main/java/dummy/package-info.java (100%)
 copy src/it/{MCOMPILER-485 => MCOMPILER-495}/verify.groovy (100%)