Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

fix(deps): bump tycho-version from 3.0.5 to 4.0.2 #132

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps tycho-version from 3.0.5 to 4.0.2.
Updates org.eclipse.tycho:tycho-versions-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-maven-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-source-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-p2-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:target-platform-configuration from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho.extras:tycho-sourceref-jgit from 3.0.5 to 4.0.2

Updates org.eclipse.tycho:tycho-compiler-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</execution>
	</executions>
</plugin>

... (truncated)

Commits
  • d124588 Update versions for release
  • cdd16b0 Make sure the last modified timestamp is set correctly
  • 3c1e2e5 Support changing of version in pde.bnd files
  • df19fdf Bump maven-version from 3.9.3 to 3.9.4
  • b33ce3d Bump org.apache.maven.resolver:maven-resolver-util from 1.9.14 to 1.9.15
  • bce43d0 Add workaround for multiple calls of repo mojo using wrong URL
  • f4833a0 Try to handle GOAWAY with a retry of the GET call falling back to Http/1
  • 81a3a1b Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.1.0 to 3.2.0
  • 81222ea Update tycho-its/src/test/java/org/eclipse/tycho/test/brokenp2data/BrokenP2Da...
  • 0d47daf Add integration test
  • Additional commits viewable in compare view

Updates org.eclipse.tycho:tycho-packaging-plugin from 3.0.5 to 4.0.2

Release notes

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

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • Titouan Vervack

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

Regards,

The Tycho Team

What's Changed

Full Changelog: eclipse-tycho/tycho@tycho-4.0.1...tycho-4.0.2

Tycho 4.0.1

Subject: Tycho 4.0.1 is released

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

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

  • Christoph Läubrich
  • dependabot[bot]
  • github-actions[bot]
  • Hannes Wellmann

💰 we would like to also thank the Eclipse IDE Workingroup for sponsoring this release

... (truncated)

Changelog

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

4.0.2

  • new option to include referenced repositories when resolving the target platform
  • Add dummy parameter to prevent warnings with jgit as timestamp provider

4.0.1

backports:

  • new tycho-repository-plugin
  • Non existing but optional dependencies lead to resolving issue in target
  • SharedHttpCacheStorage doesn't resolve redirect correctly if the uri that is given isn't normalized
  • Non existing but optional dependencies lead to resolving issue in target
  • Make comparison of newlines in text files more precise
  • Fix resolving of project if target do not contains JUnit
  • Check if the about to be injected maven coordinates can be resolved

4.0.0

Maven 3.9 required

Tycho 4.x requires Maven Version 3.9

creating maven p2 sites with Tycho packaging

There is already a way to create a p2 maven site with Tycho for plain jar based projects. This support is now enhanced to being used in a Tycho based setup so it is possible to build a full maven deployed updatesite automatically with all bundles of the current build. You can find a demo here:

https://github.com/eclipse-tycho/tycho/tree/master/demo/p2-maven-site

New document-bundle mojo

There is now a new mojo that replaces the usual ant-based workflow to generate the help index, it can be used like this:

<plugin>
	<groupId>org.eclipse.tycho.extras</groupId>
	<artifactId>tycho-document-bundle-plugin</artifactId>
	<version>${tycho-version}</version>
	<executions>
		<execution>
			<id>index</id>
			<goals>
				<goal>build-help-index</goal>
			</goals>
		</executio...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `tycho-version` from 3.0.5 to 4.0.2.

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

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

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

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

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

Updates `org.eclipse.tycho.extras:tycho-sourceref-jgit` from 3.0.5 to 4.0.2

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

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

Updates `org.eclipse.tycho:tycho-surefire-plugin` from 3.0.5 to 4.0.2

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

---
updated-dependencies:
- dependency-name: org.eclipse.tycho:tycho-versions-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho:tycho-source-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:target-platform-configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.eclipse.tycho.extras:tycho-sourceref-jgit
  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-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-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants