Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3.
Updates org.apache.maven:maven-api-core from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-api-core's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits
  • 3952d00 [maven-release-plugin] prepare release maven-4.0.0-rc-3
  • ce86116 [MNG-8610] Add javadoc for all o.a.m.api packages (#2142)
  • ece5dbb [MNG-8601] Add type test-java-source type (#2136)
  • cd7db1c [MNG-8588] Add activated profiles to Project interface (#2132)
  • 12ff710 [MNG-8594] Add atFile option (#2131)
  • 1cf5f4a [MNG-8591] Fix default value for plugin resolution (which has always been nul...
  • efae0a4 [MNG-8586] Expose Maven version segments as properties (#2116)
  • 37ea5a8 [MNG-8577] Project POM hierarchy (#2104)
  • 5b77395 [MNG-8558] Switch toolchain support for v4 API (#2084)
  • edd246c [MNG-8517] Cleanup dependencies (#2098)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-api-di from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-api-di's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits
  • 3952d00 [maven-release-plugin] prepare release maven-4.0.0-rc-3
  • ce86116 [MNG-8610] Add javadoc for all o.a.m.api packages (#2142)
  • ece5dbb [MNG-8601] Add type test-java-source type (#2136)
  • cd7db1c [MNG-8588] Add activated profiles to Project interface (#2132)
  • 12ff710 [MNG-8594] Add atFile option (#2131)
  • 1cf5f4a [MNG-8591] Fix default value for plugin resolution (which has always been nul...
  • efae0a4 [MNG-8586] Expose Maven version segments as properties (#2116)
  • 37ea5a8 [MNG-8577] Project POM hierarchy (#2104)
  • 5b77395 [MNG-8558] Switch toolchain support for v4 API (#2084)
  • edd246c [MNG-8517] Cleanup dependencies (#2098)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-api-annotations from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-api-annotations's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits
  • 3952d00 [maven-release-plugin] prepare release maven-4.0.0-rc-3
  • ce86116 [MNG-8610] Add javadoc for all o.a.m.api packages (#2142)
  • ece5dbb [MNG-8601] Add type test-java-source type (#2136)
  • cd7db1c [MNG-8588] Add activated profiles to Project interface (#2132)
  • 12ff710 [MNG-8594] Add atFile option (#2131)
  • 1cf5f4a [MNG-8591] Fix default value for plugin resolution (which has always been nul...
  • efae0a4 [MNG-8586] Expose Maven version segments as properties (#2116)
  • 37ea5a8 [MNG-8577] Project POM hierarchy (#2104)
  • 5b77395 [MNG-8558] Switch toolchain support for v4 API (#2084)
  • edd246c [MNG-8517] Cleanup dependencies (#2098)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-api-model from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-api-model's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits
  • 3952d00 [maven-release-plugin] prepare release maven-4.0.0-rc-3
  • ce86116 [MNG-8610] Add javadoc for all o.a.m.api packages (#2142)
  • ece5dbb [MNG-8601] Add type test-java-source type (#2136)
  • cd7db1c [MNG-8588] Add activated profiles to Project interface (#2132)
  • 12ff710 [MNG-8594] Add atFile option (#2131)
  • 1cf5f4a [MNG-8591] Fix default value for plugin resolution (which has always been nul...
  • efae0a4 [MNG-8586] Expose Maven version segments as properties (#2116)
  • 37ea5a8 [MNG-8577] Project POM hierarchy (#2104)
  • 5b77395 [MNG-8558] Switch toolchain support for v4 API (#2084)
  • edd246c [MNG-8517] Cleanup dependencies (#2098)
  • Additional commits viewable in compare view

Updates org.apache.maven:maven-core from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-core's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits

Updates org.apache.maven:maven-impl from 4.0.0-rc-2 to 4.0.0-rc-3

Release notes

Sourced from org.apache.maven:maven-impl's releases.

Maven 4.0.0-rc-3

Release notes

Maven has entered the release candidate phase and aims to be finally released in a few weeks. Please give it a try and report errors.

Upgrading from Maven 3

Maven 4 brings a tons of changes. We've tried hard to maximise compatibility with Maven 3.x, but in order to have your build work with Maven 4, you will need to upgrade some plugins (such as maven-enforcer-plugin, maven-remote-resources-plugin, maven-shade-plugin, etc...) to their most recent versions.

If your build is leveraging Maven extensions, you may very well expect some breakage. Some extensions may need to be updated:

  • the useful, but unmaintained, os-maven-plugin extension has been replaced with at nisse extension.

Contact the extensions' developers team to know their plans regarding supporting to Maven 4.

Upgrading from Maven 4.0.0-rc-2

Important note about breaking changes: Maven 4.0.0-rc-3 includes changes in the new API that will require updates in plugin targeting the new API, especially relating to [MNG-8395] which adds a new <source> element to the model and redirects the <sourceDirectory> element. Plugin developers will need to update their code to work with these changes.

Change log

What's Changed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3.

Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

Updates `org.apache.maven:maven-api-annotations` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

Updates `org.apache.maven:maven-api-model` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

Updates `org.apache.maven:maven-core` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

Updates `org.apache.maven:maven-impl` from 4.0.0-rc-2 to 4.0.0-rc-3
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-4.0.0-rc-2...maven-4.0.0-rc-3)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-api-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-api-di
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-api-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-api-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven:maven-impl
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2025
dependabot bot and others added 3 commits April 2, 2025 15:50
Bumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-beta-3 to 4.0.0-beta-4.
- [Release notes](https://github.com/apache/maven-plugin-testing/releases)
- [Commits](apache/maven-plugin-testing@maven-plugin-testing-4.0.0-beta-3...v4.0.0-beta-4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
# Conflicts:
#	pom.xml
@gnodet gnodet force-pushed the dependabot/maven/mavenVersion-4.0.0-rc-3 branch from 3222660 to fa90322 Compare April 2, 2025 15:56
@gnodet gnodet merged commit 54dc320 into master Apr 2, 2025
11 checks passed
@gnodet gnodet deleted the dependabot/maven/mavenVersion-4.0.0-rc-3 branch April 2, 2025 16:13
@gnodet gnodet added this to the 4.0.0-beta-3 milestone Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant