From 3585eeca325f2932c5c4f8a359eb8d81c84efa05 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Tue, 17 Sep 2024 19:06:40 +0200 Subject: [PATCH] [Builds] Remove elements unnecessary with the new version-bump workflow --- .github/workflows/updateRelease.yml | 11 ----------- eclipse-platform-parent/pom.xml | 26 -------------------------- 2 files changed, 37 deletions(-) diff --git a/.github/workflows/updateRelease.yml b/.github/workflows/updateRelease.yml index 5eb251bbb34..6ba52668390 100644 --- a/.github/workflows/updateRelease.yml +++ b/.github/workflows/updateRelease.yml @@ -26,17 +26,6 @@ jobs: mvn -U -Pbuild-individual-bundles -ntp org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT - - name: Build and Bump Versions - uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # master - with: - attempt_delay: 120000 - attempt_limit: 10 - command: >- - mvn -U -Pbuild-individual-bundles -ntp - clean verify - -DskipTests - -Dcompare-version-with-baselines.skip=false - org.eclipse.tycho:tycho-versions-plugin:bump-versions -Dtycho.bump-versions.increment=100 - name: Create Pull Request for Release ${{ github.event.milestone.title }} uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 # v7.0.3 with: diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index ed73de320e6..78dcce204c5 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -775,32 +775,6 @@ - - - vb - - false - - - - - org.eclipse.tycho - tycho-versions-plugin - - - bump - - bump-versions - - - 100 - - - - - - - build-individual-bundles