diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 2e2d4e4903..f4f42455e3 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -15,7 +15,7 @@ jobs:
check-merge-commits:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
check-versions:
- uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
+ uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
with:
botName: Eclipse PDE Bot
botMail: eclipse-pde-bot@eclipse.org
diff --git a/.github/workflows/version-increments.yml b/.github/workflows/version-increments.yml
index e5d4e876b7..d8a2dcbcd8 100644
--- a/.github/workflows/version-increments.yml
+++ b/.github/workflows/version-increments.yml
@@ -7,6 +7,6 @@ on:
jobs:
publish-version-check-results:
- uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
+ uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
secrets:
githubBotPAT: ${{ secrets.HANNESWELL_PAT }}
diff --git a/pom.xml b/pom.xml
index 8eeba7dbad..b582855ce2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,22 @@
${javadoc.excludePackageNames}
+
+ org.eclipse.tycho.extras
+ tycho-p2-extras-plugin
+ ${tycho.version}
+
+
+ ${previous-release.baseline}
+
+ zip
+
+
+
+ org.eclipse.tycho
+ tycho-versions-plugin
+ ${tycho.version}
+
@@ -139,5 +155,131 @@
+
+
+ fast-version-check-plugins
+
+
+ fast-version-check-enabled
+ true
+
+
+ META-INF/MANIFEST.MF
+
+
+
+
+
+ org.eclipse.tycho
+ tycho-packaging-plugin
+
+
+ package-plugin-placeholder
+
+ package-plugin
+
+ generate-sources
+
+
+
+
+ org.eclipse.tycho
+ tycho-p2-plugin
+
+
+ generate-p2-metadata
+
+ p2-metadata
+
+ generate-sources
+
+ disable
+
+
+
+
+
+ org.eclipse.tycho.extras
+ tycho-p2-extras-plugin
+
+
+ compare-artifact-version-with-release
+
+ compare-version-with-baselines
+
+ generate-sources
+
+ false
+ **
+
+
+
+
+
+
+
+
+ fast-version-check-features
+
+
+ fast-version-check-enabled
+ true
+
+
+ feature.xml
+
+
+
+
+
+ org.eclipse.tycho
+ tycho-packaging-plugin
+
+
+ package-feature-placeholder
+
+ package-feature
+
+ generate-sources
+
+
+
+
+ org.eclipse.tycho
+ tycho-p2-plugin
+
+
+ generate-p2-metadata
+
+ p2-metadata
+
+ generate-sources
+
+ disable
+
+
+
+
+
+ org.eclipse.tycho.extras
+ tycho-p2-extras-plugin
+
+
+ compare-artifact-version-with-release
+
+ compare-version-with-baselines
+
+ generate-sources
+
+ false
+ **
+
+
+
+
+
+
+
+