From e8d34a8f7d50a3a40fd81fdb17b4bd9c1c5c5420 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 With the new reusable workflow for automated version increments in pull-requests it is not necessary anymore to bump versions in advance during release preparation or the enable bumping if the property 'compare-version-with-baselines.skip' is set to false. Everything now happens automatically and these elements can therefore be removed. --- .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 325f71f293e..c3e7ae9bbc6 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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 68c3a097741..c8ab8c2eba1 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -774,32 +774,6 @@ - - - vb - - false - - - - - org.eclipse.tycho - tycho-versions-plugin - - - bump - - bump-versions - - - 100 - - - - - - - build-individual-bundles