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

github-bot pushed a change to branch 
dependabot/maven/org.eclipse.sisu-org.eclipse.sisu.plexus-0.9.0.M3
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


 discard 8407079  Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M2 
to 0.9.0.M3
     add dbb176d  Cleanup
     add 387fb74  Fix license/notice
     add 8bd91fe  Build with JDK 17 and 21 in Jenkins
     add 74756b0  Upgrade m-p-testing and m-p-tools to beta-1
     add ba0e4e1  [maven-release-plugin] prepare release 
maven-compiler-plugin-4.0.0-beta-1
     add a02e110  [maven-release-plugin] prepare for next development iteration
     add 5349cc8  Fix build broken by missing releases
     add 990b913  Build with Maven 4
     add f2df06d  Fix build with Maven 4.0.0-beta-3
     add 658625b  Fix wrong Toolchain message
     add a4dcc9e  Remove old JUnit 3.x reference
     add 8b1459b  Fix message when building because of a clean state (#242)
     add 419f1b6  Fix `CompilerMojo#getSourceInclusionScanner(String)` 
illogical `addAll` (#243)
     add 6e3fc5d  use new Reproducible Central badge endpoint
     add 5b24341  [MCOMPILER-592] - IndexOutOfBoundsException when 
project.build.outputTimestamp is empty (#244)
     add c805b8f  Cleanup usages of System.getProperty calls. (#261)
     add e879516  AbstractCompilerMojo: Replace StringBuilder with String.join()
     add 72921a5  Bump commons-io:commons-io
     add 81d69a0  Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M2 
to 0.9.0.M3

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   (8407079)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.eclipse.sisu-org.eclipse.sisu.plexus-0.9.0.M3 
(81d69a0)

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:
 Jenkinsfile                                        |   2 +-
 LICENSE                                            | 202 +++++++++++++++++++++
 NOTICE                                             |   5 +
 README.md                                          |   2 +-
 pom.xml                                            |  41 ++++-
 .../apache/maven/plugins/compiler/it/AppTest.java  |  23 +--
 .../annotation-user/pom.xml                        |   2 +-
 .../MCOMPILER-500-package-info-incr/verify.groovy  |   2 +-
 .../verify.groovy                                  |   2 +-
 .../plugin/compiler/AbstractCompilerMojo.java      | 124 +++++++------
 .../compiler/CompilationFailureException.java      |   2 +-
 .../apache/maven/plugin/compiler/CompilerMojo.java |  10 +-
 .../maven/plugin/compiler/TestCompilerMojo.java    |   8 +-
 .../plugin/compiler/CompilerMojoTestCase.java      |   8 +-
 14 files changed, 323 insertions(+), 110 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 NOTICE

Reply via email to