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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.6.3
in repository https://gitbox.apache.org/repos/asf/maven.git


    omit c037c85024 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
     add 467c6e22c5 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#11586)
     add 6a7ed107a2 Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3 (#11588)
     add 5c98601fe1 Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 
(#11600)
     add e4327d3ede Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 
(#11589)
     add 03809994a7 Document deprecation rationale in DefaultMaven (#11599)
     add 74ef127617 Add module-aware resource handling for modular sources 
(#11505)
     add 29349bb848 Bump net.sourceforge.pmd:pmd-core from 7.19.0 to 7.20.0 
(#11613)
     add 1af9995fa4 Bump org.apache:apache from 35 to 36 (#11625)
     add cb7188d71e Use Mimir mirror feature (#11622)
     add 1db41bbecf Bump org.junit:junit-bom from 6.0.1 to 6.0.2 (#11633)
     add 6f0294df45 Maven Parent 46 (#11637)
     add f3fa47518d Fix typo: 'occured' -> 'occurred' in Javadoc (#11610)
     add fb61929720 Bump org.apache:apache from 36 to 37 (#11646)
     add f6503868a6 Bump com.github.siom79.japicmp:japicmp-maven-plugin
     add cb8f4becc9 Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 (#11652)
     add 7305bf9e19 Bump actions/cache from 5.0.1 to 5.0.2 (#11656)
     add d7286ee449 Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 
(#11655)
     add 2474702fa6 Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.1 
to 3.3.0 (#11654)
     add 3c37c15235 Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3

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   (c037c85024)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.6.3 
(3c37c15235)

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/ci-mimir-session.properties                |   4 +-
 .github/workflows/maven.yml                        |  13 +-
 apache-maven/pom.xml                               |   2 +-
 .../apache/maven/api/annotations/package-info.java |  20 +-
 .../java/org/apache/maven/api/di/package-info.java |  19 ++
 .../apache/maven/api/toolchain/package-info.java   |  20 +-
 .../main/java/org/apache/maven/DefaultMaven.java   |   8 +-
 .../maven/project/DefaultProjectBuilder.java       |  48 ++++-
 .../maven/project/ResourceHandlingContext.java     | 213 +++++++++++++++++++++
 .../apache/maven/project/ProjectBuilderTest.java   |  99 ++++++++++
 .../pom.xml                                        |  39 ++++
 .../project-builder/modular-sources/pom.xml        |  40 ++++
 .../apache/maven/impl/resolver/package-info.java   |  20 +-
 impl/maven-support/pom.xml                         |  18 ++
 impl/maven-xml/BENCHMARKS.md                       |  19 ++
 .../apache/maven/internal/xml/package-info.java    |  20 +-
 .../apache/maven/plugin/coreit/ForkTestMojo.java   |   2 +-
 .../org/apache/maven/plugin/coreit/InjectMojo.java |   2 +-
 .../core-it-plugins/maven-it-plugin-touch/pom.xml  |   2 +-
 its/pom.xml                                        |   4 +-
 pom.xml                                            |  73 ++++---
 21 files changed, 617 insertions(+), 68 deletions(-)
 create mode 100644 
impl/maven-core/src/main/java/org/apache/maven/project/ResourceHandlingContext.java
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-sources-with-explicit-resources/pom.xml
 create mode 100644 
impl/maven-core/src/test/projects/project-builder/modular-sources/pom.xml

Reply via email to