Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tycho-version from 2.7.3 to 2.7.4 in /wikitext-sample #11

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps tycho-version from 2.7.3 to 2.7.4.
Updates tycho-maven-plugin from 2.7.3 to 2.7.4

Changelog

Sourced from tycho-maven-plugin's changelog.

2.7.4

Fixes:

  • Tycho reports wrong type in case of maven GAV restored from UI
  • Support bnd processing in pomless builds
  • The official maven keyserver is just to slow use ubuntu as an alternative mirror first
  • [Maven-Target] Consider extra-repositories when fetching source-jars
  • DS generation fails with latest eclipse release for UI bundles
  • PomDependencyCollector uses a wrong type for pom declared feature dependencies
  • Not all (direct) requirements of a feature are considered when building an update-site
  • Fix Mojo Configuration of DS Plugin is ignored
  • Check that components declared in the manifest exits

Eclipse M2E lifecycle-mapping metadata embedded

All Tycho plugins are now shipped with embedded M2E lifecycle-mapping-metadata files. Therefore M2E now knows by default how to handle them and it is not necessary anymore to install any connector (usually org.sonatype.tycho.m2e was used) for them.

Commits
  • f5d8be4 2.7.4 release
  • 98289ad Embed m2e lifecycle-mapping-metadata in Tycho plug-ins
  • ba0fbe1 Fix goal execution suppression in pomless-model tests
  • 7df3c27 Fix pom.model properties read for bundle-projects and add it-tests
  • 451c50a Skip DS check if wildcards are used
  • 26ebb89 [backport] Check that components declared in the manifest exits
  • 1e44d61 Adjust release notes
  • d97a8af Fix Mojo Configuration of DS Plugin is ignored
  • 759933f [backport] Not all (direct) requirements of a feature are considered
  • aeb3f4d Update Release notes
  • Additional commits viewable in compare view

Updates target-platform-configuration from 2.7.3 to 2.7.4

Changelog

Sourced from target-platform-configuration's changelog.

2.7.4

Fixes:

  • Tycho reports wrong type in case of maven GAV restored from UI
  • Support bnd processing in pomless builds
  • The official maven keyserver is just to slow use ubuntu as an alternative mirror first
  • [Maven-Target] Consider extra-repositories when fetching source-jars
  • DS generation fails with latest eclipse release for UI bundles
  • PomDependencyCollector uses a wrong type for pom declared feature dependencies
  • Not all (direct) requirements of a feature are considered when building an update-site
  • Fix Mojo Configuration of DS Plugin is ignored
  • Check that components declared in the manifest exits

Eclipse M2E lifecycle-mapping metadata embedded

All Tycho plugins are now shipped with embedded M2E lifecycle-mapping-metadata files. Therefore M2E now knows by default how to handle them and it is not necessary anymore to install any connector (usually org.sonatype.tycho.m2e was used) for them.

Commits
  • f5d8be4 2.7.4 release
  • 98289ad Embed m2e lifecycle-mapping-metadata in Tycho plug-ins
  • ba0fbe1 Fix goal execution suppression in pomless-model tests
  • 7df3c27 Fix pom.model properties read for bundle-projects and add it-tests
  • 451c50a Skip DS check if wildcards are used
  • 26ebb89 [backport] Check that components declared in the manifest exits
  • 1e44d61 Adjust release notes
  • d97a8af Fix Mojo Configuration of DS Plugin is ignored
  • 759933f [backport] Not all (direct) requirements of a feature are considered
  • aeb3f4d Update Release notes
  • Additional commits viewable in compare view

Updates target-platform-validation-plugin from 2.7.3 to 2.7.4

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 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 `tycho-version` from 2.7.3 to 2.7.4.

Updates `tycho-maven-plugin` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/eclipse/tycho/releases)
- [Changelog](https://github.com/eclipse/tycho/blob/tycho-2.7.4/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-2.7.3...tycho-2.7.4)

Updates `target-platform-configuration` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/eclipse/tycho/releases)
- [Changelog](https://github.com/eclipse/tycho/blob/tycho-2.7.4/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-2.7.3...tycho-2.7.4)

Updates `target-platform-validation-plugin` from 2.7.3 to 2.7.4

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho.extras:target-platform-validation-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2022
@carstenartur carstenartur merged commit f592ea4 into master Jul 5, 2022
@dependabot dependabot bot deleted the dependabot/maven/wikitext-sample/tycho-version-2.7.4 branch July 5, 2022 04:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant