Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps tycho.version from 5.0.0-SNAPSHOT to 5.0.0.
Updates org.eclipse.tycho:tycho-buildtimestamp-jgit from 5.0.0-SNAPSHOT to 5.0.0

Release notes

Sourced from org.eclipse.tycho:tycho-buildtimestamp-jgit's releases.

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

Sourced from org.eclipse.tycho:tycho-buildtimestamp-jgit's changelog.

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho.extras:tycho-sourceref-jgit from 5.0.0-SNAPSHOT to 5.0.0

Updates org.eclipse.tycho:tycho-maven-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:target-platform-configuration from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-source-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho.extras:tycho-p2-extras-plugin from 5.0.0-SNAPSHOT to 5.0.0

Updates org.eclipse.tycho:tycho-apitools-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-compiler-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-packaging-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-surefire-plugin from 5.0.0-SNAPSHOT to 5.0.0

Updates org.eclipse.tycho:tycho-p2-director-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-p2-repository-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-p2-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho:tycho-versions-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

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

... (truncated)

Changelog

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

5.0.0

Java 21 required to run Tycho build

Tycho now requires to run with Java 21. As before it can still compile / test for older java releases.

Support for JVMs < 1.8 dropped

Previously Tycho could detect JVMs down to Java 1.1 what requires running some java code to run on these platforms. As it becomes harder over time to actually compile code for such old targets while compilers are dropping support, Tycho from now on by default only supports to detect JVMs with version 1.8 or higher.

Users who absolutely need this can configure a previous version of the tycho-lib-detector with the system property tycho.libdetector.version

TestNG support improved / TestNG deprecated

The previous Tycho TestNG support was rather flawed it worked but required some hacks, this is now improved so one can consume directly official TestNG artifacts.

This also revealed that TestNG itself has some major flaws and only works in an old 6.9.10 version:

Because of this TestNG is deprecated and will be removed in a future version unless someone express interest in TestNG and helps improving it so we can upgrade to later versions.

Support for PDE OSGi Testframework integration

PDE recently added support for OSGi Testframework, Tycho can now build such projects as well using the tycho-surefire:plugin-test goal.

A demo can be found here.

Support for implicit dependencies in target definitions

In target definitions Tycho now supports to use the <implicitDependencies>, see Eclipse Help for more details.

Support for version ranges and no version for units in target definitions

In target definitions Tycho now supports to use a range as version of a unit or to skip the version entirely in InstallableUnit locations, just like Eclipse-PDE. Specifying no version is equivalent to 0.0.0 which resolves to the latest version available. All of the following variants to specify a version are now possible:

<target name="my-target">
</tr></table> 

... (truncated)

Commits

Updates org.eclipse.tycho.extras:tycho-version-bump-plugin from 5.0.0-SNAPSHOT to 5.0.0

Updates org.eclipse.tycho:tycho-cleancode-plugin from 5.0.0-SNAPSHOT to 5.0.0

Release notes

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

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

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

  • Александър Куртаков
  • Andreas Schwarz
  • Ben Shelbourne
  • Cédric Marin
  • Christian Dietrich
  • Christoph Läubrich
  • Christoph Rueger
  • Dennis Hendriks
  • dependabot[bot]
  • Dirk Fauth
  • Ed Merks
  • Evgeny Mandrikov
  • Gabriel Einsdorf
  • Gasper Kojek
  • Gilles
  • Gregor Latuske
  • Hannes Wellmann
  • Heiko Klare
  • howlger
  • Jakub Stroleny
  • Johan Compagner
  • Jose M. Arnesto
  • Kyle Smith
  • kysmith-csg
  • Lars Vogel
  • Lorenzo Bettini
  • Marco Lehmann-Mörz
  • Martin D'Aloia
  • Michael Keppler
  • Mikaël Barbero
  • Patrick Ziegler
  • Peter Hermsdorf
  • Sebastian Ratz
  • Simeon Andreev
  • Titouan Vervack
  • Tobias Hahnen
  • Vasili Gulevich
  • William Riley
  • zladdi
  • Zlika

💰 we woul...

Description has been truncated

Bumps `tycho.version` from 5.0.0-SNAPSHOT to 5.0.0.

Updates `org.eclipse.tycho:tycho-buildtimestamp-jgit` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 5.0.0-SNAPSHOT to 5.0.0

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

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

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

Updates `org.eclipse.tycho.extras:tycho-p2-extras-plugin` from 5.0.0-SNAPSHOT to 5.0.0

Updates `org.eclipse.tycho:tycho-apitools-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

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

Updates `org.eclipse.tycho:tycho-packaging-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 5.0.0-SNAPSHOT to 5.0.0

Updates `org.eclipse.tycho:tycho-p2-director-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-p2-repository-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-p2-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

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

Updates `org.eclipse.tycho.extras:tycho-version-bump-plugin` from 5.0.0-SNAPSHOT to 5.0.0

Updates `org.eclipse.tycho:tycho-cleancode-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-baseline-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

Updates `org.eclipse.tycho:tycho-gpg-plugin` from 5.0.0-SNAPSHOT to 5.0.0
- [Release notes](https://github.com/eclipse-tycho/tycho/releases)
- [Changelog](https://github.com/eclipse-tycho/tycho/blob/tycho-5.0.0/RELEASE_NOTES.md)
- [Commits](https://github.com/eclipse-tycho/tycho/commits/tycho-5.0.0)

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-buildtimestamp-jgit
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-source-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho.extras:tycho-p2-extras-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-apitools-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-director-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-p2-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho.extras:tycho-version-bump-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-cleancode-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-baseline-plugin
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.tycho:tycho-gpg-plugin
  dependency-version: 5.0.0
  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 Aug 29, 2025
@akurtakov
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 1, 2025
@dependabot dependabot bot deleted the dependabot/maven/tycho.version-5.0.0 branch September 1, 2025 07:20
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.

2 participants