From 48672c65c384ac9dd97671bb1ef62908389a787d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 20 Feb 2023 19:17:43 +0100 Subject: [PATCH 1/2] Create updateRelease.yml Add workflow for automatic release updates --- .github/workflows/updateRelease.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/updateRelease.yml diff --git a/.github/workflows/updateRelease.yml b/.github/workflows/updateRelease.yml new file mode 100644 index 00000000000..65c0d04541a --- /dev/null +++ b/.github/workflows/updateRelease.yml @@ -0,0 +1,12 @@ +name: Update to next release +on: + milestone: + types: [created] + +jobs: + update: + if: contains(github.event.milestone.description, 'Release') + permissions: + pull-requests: write + contents: write + uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateRelease.yml@master From 54c404f97bb5ae27deb758ed80b9053bc812e7ea Mon Sep 17 00:00:00 2001 From: laeubi Date: Wed, 22 Feb 2023 11:46:12 +0000 Subject: [PATCH 2/2] Update for release 4.28 --- examples/pom.xml | 2 +- pom.xml | 2 +- tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml | 2 +- tools/bundles/pom.xml | 2 +- tools/pom.xml | 2 +- .../org.eclipse.e4.tools.compatibility.migration.tests/pom.xml | 2 +- tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml | 2 +- tools/tests/org.eclipse.e4.tools.test/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index ebd5bc93b3d..45f6c77a46c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -14,7 +14,7 @@ org.eclipse.platform eclipse.platform.ui - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT eclipse.platform.ui.examples pom diff --git a/pom.xml b/pom.xml index f449c56d5a0..7b44995779f 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.eclipse eclipse-platform-parent - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT ../eclipse-platform-parent diff --git a/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml b/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml index 3856e8d2e8d..74e5955235b 100644 --- a/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml +++ b/tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml @@ -15,7 +15,7 @@ org.eclipse.platform eclipse.platform.ui.tools - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT ../../ diff --git a/tools/bundles/pom.xml b/tools/bundles/pom.xml index c7152b30a3c..1cc0f3ee977 100644 --- a/tools/bundles/pom.xml +++ b/tools/bundles/pom.xml @@ -14,7 +14,7 @@ org.eclipse.platform eclipse.platform.ui.tools - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT eclipse.platform.ui.tools.bundles pom diff --git a/tools/pom.xml b/tools/pom.xml index b1cd016cd55..fef0872f260 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -14,7 +14,7 @@ org.eclipse.platform eclipse.platform.ui - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT eclipse.platform.ui.tools pom diff --git a/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml b/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml index 0ac3b2d3d08..bbd0ddbadda 100644 --- a/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml +++ b/tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml @@ -14,7 +14,7 @@ org.eclipse.platform eclipse.platform.ui.tools - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT ../../ org.eclipse.e4.tools.compatibility.migration.tests diff --git a/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml b/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml index 9c941e2c7c3..896be6c0ef9 100644 --- a/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml +++ b/tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml @@ -14,7 +14,7 @@ org.eclipse.platform eclipse.platform.ui.tools - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT ../../ org.eclipse.e4.tools.persistence.tests diff --git a/tools/tests/org.eclipse.e4.tools.test/pom.xml b/tools/tests/org.eclipse.e4.tools.test/pom.xml index 2e5839aa1d6..534b2a25281 100644 --- a/tools/tests/org.eclipse.e4.tools.test/pom.xml +++ b/tools/tests/org.eclipse.e4.tools.test/pom.xml @@ -5,7 +5,7 @@ org.eclipse.platform eclipse.platform.ui.tools - 4.27.0-SNAPSHOT + 4.28.0-SNAPSHOT ../../