Skip to content

Commit

Permalink
Bump tycho-version from 4.0.1 to 4.0.2 (#21)
Browse files Browse the repository at this point in the history
* Bump tycho-version from 4.0.1 to 4.0.2

Bumps `tycho-version` from 4.0.1 to 4.0.2.

Updates `org.eclipse.tycho:tycho-compiler-plugin` from 4.0.1 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-4.0.1...tycho-4.0.2)

Updates `org.eclipse.tycho:tycho-versions-plugin` from 4.0.1 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-4.0.1...tycho-4.0.2)

Updates `org.eclipse.tycho:tycho-maven-plugin` from 4.0.1 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-4.0.1...tycho-4.0.2)

Updates `org.eclipse.tycho:target-platform-configuration` from 4.0.1 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-4.0.1...tycho-4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Merge tycho-version and tycho-extras-version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Stücker <131346899+pstuecker@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pstuecker committed Sep 11, 2023
1 parent c2523a5 commit 745c848
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<packaging>pom</packaging>

<properties>
<tycho-version>4.0.1</tycho-version>
<tycho-extras-version>4.0.1</tycho-extras-version>
<tycho-version>4.0.2</tycho-version>
<deploy-plugin-version>3.1.1</deploy-plugin-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd_HHmmssZ</maven.build.timestamp.format>
Expand Down Expand Up @@ -84,7 +83,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho-extras-version}</version>
<version>${tycho-version}</version>
<executions>
<execution>
<id>feature-source</id>
Expand Down

0 comments on commit 745c848

Please sign in to comment.