From e9e46b5cac65887cae1463877a436fca8010c62b Mon Sep 17 00:00:00 2001 From: Nicolas-Boltz Date: Tue, 11 Aug 2026 16:00:26 +0200 Subject: [PATCH] Build against Eclipse 2025-12 and prepare the 1.2.0 release The target definition moves from the 2024-06 simultaneous release to 2025-12 and from Orbit 4.32 to 4.38. Nothing this repository needs disappeared on the way; where a bundle was renamed, the new symbolic name is used. The version is raised to 1.2.0 in the POMs, the features (including license-feature-version), the bundle manifests, the update site category and the release-version of the build workflow. The other mdsd.tools repositories are consumed from their 1.2.0 release sites, so they have to be released in dependency order. --- .github/workflows/main.yml | 2 +- bundles/tools.mdsd.junit5utils/META-INF/MANIFEST.MF | 2 +- features/tools.mdsd.junit5utils.feature/feature.xml | 4 ++-- pom.xml | 2 +- .../tools.mdsd.junit5utils.targetplatform.target | 6 +++--- releng/tools.mdsd.junit5utils.updatesite/category.xml | 4 ++-- tests/tools.mdsd.junit5utils.test/META-INF/MANIFEST.MF | 2 +- tests/tools.mdsd.junit5utils.test/pom.xml | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ac5733..2e9135a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: java-version: 21 runner-label: ubuntu-latest deploy-updatesite: 'releng/tools.mdsd.junit5utils.updatesite/target/repository' - release-version: '1.1.0' + release-version: '1.2.0' secrets: SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }} REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }} diff --git a/bundles/tools.mdsd.junit5utils/META-INF/MANIFEST.MF b/bundles/tools.mdsd.junit5utils/META-INF/MANIFEST.MF index 690d6cb..46bd9e1 100644 --- a/bundles/tools.mdsd.junit5utils/META-INF/MANIFEST.MF +++ b/bundles/tools.mdsd.junit5utils/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: tools.mdsd.junit5utils;singleton:=true -Bundle-Version: 1.1.0 +Bundle-Version: 1.2.0 Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/features/tools.mdsd.junit5utils.feature/feature.xml b/features/tools.mdsd.junit5utils.feature/feature.xml index c9c4b6d..d4358fd 100644 --- a/features/tools.mdsd.junit5utils.feature/feature.xml +++ b/features/tools.mdsd.junit5utils.feature/feature.xml @@ -2,9 +2,9 @@ + license-feature-version="1.2.0"> diff --git a/pom.xml b/pom.xml index 4149ad0..3be3bb7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 tools.mdsd.library-junit5utils parent - 1.1.0 + 1.2.0 pom ${project.artifactId} diff --git a/releng/tools.mdsd.junit5utils.targetplatform/tools.mdsd.junit5utils.targetplatform.target b/releng/tools.mdsd.junit5utils.targetplatform/tools.mdsd.junit5utils.targetplatform.target index 0e83b8c..1e59369 100644 --- a/releng/tools.mdsd.junit5utils.targetplatform/tools.mdsd.junit5utils.targetplatform.target +++ b/releng/tools.mdsd.junit5utils.targetplatform/tools.mdsd.junit5utils.targetplatform.target @@ -5,7 +5,7 @@ eclipse-modeling-2023-03 target that the shared parent merged into every repository; it is now declared here, trimmed to what this repository uses. --> - + @@ -20,11 +20,11 @@ - + - + diff --git a/releng/tools.mdsd.junit5utils.updatesite/category.xml b/releng/tools.mdsd.junit5utils.updatesite/category.xml index d7a6212..7a25a10 100644 --- a/releng/tools.mdsd.junit5utils.updatesite/category.xml +++ b/releng/tools.mdsd.junit5utils.updatesite/category.xml @@ -1,9 +1,9 @@ - + - + diff --git a/tests/tools.mdsd.junit5utils.test/META-INF/MANIFEST.MF b/tests/tools.mdsd.junit5utils.test/META-INF/MANIFEST.MF index b7900fc..453e19b 100644 --- a/tests/tools.mdsd.junit5utils.test/META-INF/MANIFEST.MF +++ b/tests/tools.mdsd.junit5utils.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: EclipsePlugin Test Bundle-SymbolicName: tools.mdsd.junit5utils.test -Bundle-Version: 1.1.0 +Bundle-Version: 1.2.0 Fragment-Host: tools.mdsd.junit5utils;bundle-version="1.0.0" Automatic-Module-Name: tools.mdsd.junit5utils.test Bundle-RequiredExecutionEnvironment: JavaSE-21 diff --git a/tests/tools.mdsd.junit5utils.test/pom.xml b/tests/tools.mdsd.junit5utils.test/pom.xml index 50579e5..52a8a67 100644 --- a/tests/tools.mdsd.junit5utils.test/pom.xml +++ b/tests/tools.mdsd.junit5utils.test/pom.xml @@ -5,11 +5,11 @@ tools.mdsd.library-junit5utils tests - 1.1.0 + 1.2.0 ..\.polyglot.pom.tycho tools.mdsd.junit5utils.test - 1.1.0 + 1.2.0 eclipse-test-plugin