Skip to content

Bump tycho-version from 4.0.12 to 4.0.13 #172

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps tycho-version from 4.0.12 to 4.0.13.
Updates org.eclipse.tycho:tycho-maven-plugin from 4.0.12 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-maven-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-maven-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once
Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-versions-plugin from 4.0.12 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-versions-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-versions-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once
Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-compiler-plugin from 4.0.12 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-compiler-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-compiler-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once
Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 4.0.12 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:target-platform-configuration's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:target-platform-configuration's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once
Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-source-plugin from 4.0.12 to 4.0.13

Release notes

Sourced from org.eclipse.tycho:tycho-source-plugin's releases.

Tycho 4.0.13 has been released and is available from Maven Central repository.

🆕 https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md 🏷️ https://github.com/eclipse-tycho/tycho/tree/tycho-4.0.13 👔 https://projects.eclipse.org/projects/technology.tycho/releases/4.0.13 🙏 contributors who contributed patches for this release:

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz

💰 we would like to also thank Katalon for sponsoring contributions in this release, the Eclipse IDE Workingroup for funding the release work and thanks to everyone who helped us with testing the snapshot version.

Please be aware that Tycho 4.x becomes EOL with this release! This does not mean there can't be any Tycho 4.x releases or important bugfixes, but these have to be driven by the community or possibly through dedicated support options for Tycho.

Regards,

The Tycho Team

What's Changed

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-source-plugin's changelog.

4.0.13

Important Notice: With this release Tycho 4 becomes end-of-life and we do not plan to perform regular releases anymore due to the usage of Java 21 in dependencies we can no longer easily upgrade.

Instead we encourage people to migrate to Tycho 5 as the new main line for the next release. Tycho 5 should be a drop in replacement in most cases, but everyone could help by testing the current tycho snapshot build to identify possible regression before the release.

backports:

  • Resolve jars and library extra.classpath entries optionally
  • Copy non java sources to the output in bnd-builds
  • Handle version range in dependencies for target locations
  • tycho-apitools-plugin:verify: Add option to write XML report
  • Add support for using conditional packages directive.
  • Support custom variables in linked resources
  • Fix case where a non jar dependency is in the chain for wrapping
  • Fix dependency is ignored when previously found with other scope
  • Add flag to skip execution of tycho-source-plugin
  • Improve performance by only ask for locations once
Commits
  • dbd4045 Perform 4.0.13 release
  • fccb9df Update Release notes and remove dependabot and platform workflows
  • bd373cd Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.2
  • fa4ebb4 Improve performance by only ask for locations once
  • b2d080e Bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • ead7115 Bump org.eclipse.sisu:sisu-maven-plugin from 0.9.0.M3 to 0.9.0.M4
  • b2c4159 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1
  • df14049 Bump org.eclipse.jgit:org.eclipse.jgit
  • 27bd9e2 Add flag to skip execution of tycho-source-plugin
  • 00c5518 Fix dependency is ignored when previously found with other scope
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 `tycho-version` from 4.0.12 to 4.0.13.

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

Updates `org.eclipse.tycho:tycho-versions-plugin` from 4.0.12 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.12...tycho-4.0.13)

Updates `org.eclipse.tycho:tycho-compiler-plugin` from 4.0.12 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.12...tycho-4.0.13)

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

Updates `org.eclipse.tycho:tycho-source-plugin` from 4.0.12 to 4.0.13
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-4.0.13/RELEASE_NOTES.md)
- [Commits](eclipse-tycho/tycho@tycho-4.0.12...tycho-4.0.13)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-source-plugin
  dependency-version: 4.0.13
  dependency-type: direct:production
  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 May 26, 2025
Copy link

License summary

✔️ All licenses already successfully vetted.

Workflow run (with attached summary files):
https://github.com/eclipse-set/browser/actions/runs/15259785076

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.

0 participants