-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
Bumps tycho-p2-repository-plugin from 2.7.1 to 2.7.2. --- updated-dependencies: - dependency-name: org.eclipse.tycho:tycho-p2-repository-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
<description>Generates a (maven based) P2 Updatesite</description> | ||
<packaging>pom</packaging> | ||
<properties> | ||
<tycho-version>2.7.1</tycho-version> | ||
<tycho-version>2.7.2</tycho-version> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
joakime
Contributor
|
||
</properties> | ||
<build> | ||
<plugins> | ||
|
We discovered an issue in the 2.7.1 / 2.7.2 in the update-site generation that unnecessarily might include bundles in the update-site, so please be aware if preparing an release:
eclipse-tycho/tycho#932