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.1 to 3.0.3 #16

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2023

Bumps tycho-version from 2.7.1 to 3.0.3.
Updates tycho-maven-plugin from 2.7.1 to 3.0.3

Release notes

Sourced from tycho-maven-plugin's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from tycho-maven-plugin's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates target-platform-configuration from 2.7.1 to 3.0.3

Release notes

Sourced from target-platform-configuration's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from target-platform-configuration's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates tycho-packaging-plugin from 2.7.1 to 3.0.3

Release notes

Sourced from tycho-packaging-plugin's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from tycho-packaging-plugin's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates tycho-surefire-plugin from 2.7.1 to 3.0.3

Updates tycho-compiler-plugin from 2.7.1 to 3.0.3

Release notes

Sourced from tycho-compiler-plugin's releases.

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Hannes Wellmann
  • Sebastian Ratz

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

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

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

  • Christoph Läubrich
  • Ed Merks
  • Gregor Latuske
  • Mickael Istria

💰 we would like to also thank Faktor Zehn GmbH for sponsoring this release!

and thanks to everyone who helped us with testing the snapshot version.

Regards,

The Tycho Team

Tycho 3.0.1

This is just a dependency bugfix release.

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

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

  • Александър Куртаков
  • Andrew Johnson

... (truncated)

Changelog

Sourced from tycho-compiler-plugin's changelog.

3.0.3

Dependency upgrades and Maven 3.9.0 support

This release includes some dependency upgrades and a fix to run Tycho 3 with Maven 3.9.0.

Parameter enhancements for tycho-apitools-plugin:generate goal

The parameters of the tycho-apitools-plugin:generate goal have been completed and improved.

3.0.2

Fixed support for the generation of a source feature from a maven target-location template

The generated source feature now properly includes the source bundles.

EclipseRunMojo argLine and appArgLine are reintroduced and no longer deprecated.

The argLine and appArgLine options have long been deprecated and were removed in Tycho 3.0.0. They are generally inferior to the list-based jvmArgs and applicationArgs respectively. However there are use cases where the arguments need to be extensible via property expansion, in which case the list-based approach is not always a suitable alternative. As such, these two options have been re-introduced for Tycho 3.0.2 and are no longer marked deprecated though jvmArgs and applicationArgs remain the preferred mechanism.

Backports

  • Maven Loockup can become really slow and should cache previous requests #1969
  • Provide a "verify-pom-resolves" mojo #1451
  • JUnit 5.9 support in Tycho 3.0.x #1943
  • Consumer-POM should use packaging-type jar instead of eclipse-plugin #2005
  • Mirroring of packed artifacts must be disabled
  • Target platform resolved multiple times
  • Support resolving of target projects from the reactor

3.0.1

  • Upgrade to 2022-03 release

3.0.0

Tycho now support forking of the Eclipse Java Compiler

Previously forking was not supported, now forking is possible and will be used if a custom java home is specified.

New option to transform P2 dependencies into real maven coordinates

The tycho-consumer-pom mojo has a new option to resolve p2 introduced dependencies to 'real' maven coordinates now, when enabled it queries maven-central with the SHA1 of the file to find out what are the actual maven central coordinates and place them in the generated pom consumer-pom.

<plugin>
	<groupId>org.eclipse.tycho</groupId>
</tr></table> 

... (truncated)

Commits
  • d28d623 Prepare for release
  • 97211b7 Bump pluginToolsVersion from 3.6.4 to 3.7.1
  • e8f4280 Backport resolve all bundles for connect framework
  • d217542 Bump org.eclipse.osgi from 3.18.0 to 3.18.200
  • 2d27308 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
  • ef40fff Bump bnd-maven-plugin from 6.3.1 to 6.4.0
  • d09486b Bump junit-vintage-engine from 5.9.1 to 5.9.2
  • 3374e60 Bump plexus-archiver from 4.6.0 to 4.6.1
  • b708426 Bump unirest-java from 3.13.11 to 3.14.1
  • 7d6bc71 Bump maven-install-plugin from 3.0.1 to 3.1.0
  • Additional commits viewable in compare view

Updates tycho-p2-plugin from 2.7.1 to 3.0.3

Updates tycho-versions-plugin from 2.7.1 to 3.0.3

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.1 to 3.0.3.

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

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

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

Updates `tycho-surefire-plugin` from 2.7.1 to 3.0.3

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

Updates `tycho-p2-plugin` from 2.7.1 to 3.0.3

Updates `tycho-versions-plugin` from 2.7.1 to 3.0.3

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:target-platform-configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-packaging-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-p2-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2023
@dependabot dependabot bot changed the base branch from develop to gebit February 22, 2023 15:51
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #18.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/maven/tycho-version-3.0.3 branch March 20, 2023 21:05
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.

0 participants