From b3bbf8c3385aaa7fb7ddfe96e2e02c552d84d683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lios=20GILLES?= Date: Tue, 5 Dec 2023 16:02:13 +0100 Subject: [PATCH] Prepare for next release --- .github/workflows/maven.yml | 4 ++-- README.md | 14 ++++++++++++++ org.moreunit.build/pom.xml | 2 +- org.moreunit.core.test/META-INF/MANIFEST.MF | 2 +- org.moreunit.core.test/pom.xml | 2 +- org.moreunit.core/META-INF/MANIFEST.MF | 2 +- org.moreunit.core/pom.xml | 2 +- org.moreunit.feature/feature.xml | 2 +- org.moreunit.feature/pom.xml | 2 +- org.moreunit.light.feature/feature.xml | 2 +- org.moreunit.light.feature/pom.xml | 2 +- org.moreunit.mock.feature/feature.xml | 2 +- org.moreunit.mock.feature/pom.xml | 2 +- org.moreunit.mock.it/META-INF/MANIFEST.MF | 2 +- org.moreunit.mock.it/pom.xml | 2 +- org.moreunit.mock.test/META-INF/MANIFEST.MF | 2 +- org.moreunit.mock.test/pom.xml | 2 +- org.moreunit.mock/META-INF/MANIFEST.MF | 2 +- org.moreunit.mock/pom.xml | 2 +- org.moreunit.plugin/META-INF/MANIFEST.MF | 2 +- org.moreunit.plugin/pom.xml | 2 +- org.moreunit.swtbot.test/META-INF/MANIFEST.MF | 2 +- org.moreunit.swtbot.test/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- org.moreunit.test.dependencies/pom.xml | 2 +- org.moreunit.test/META-INF/MANIFEST.MF | 2 +- org.moreunit.test/pom.xml | 2 +- org.moreunit.updatesite/category.xml | 6 +++--- org.moreunit.updatesite/pom.xml | 2 +- 29 files changed, 45 insertions(+), 31 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4b87cda8..dd532e4f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,10 +31,10 @@ jobs: run: echo "::set-output name=branch::${GITHUB_REF#refs/heads/}" - name: Set up Java ☕️ - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '17' + java-version: '21' cache: 'maven' - name: Setup Maven uses: stCarolas/setup-maven@v.4.5 diff --git a/README.md b/README.md index a71ced3b..6440060a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,20 @@ Searching for MoreUnit for IntelliJ? [Here it is!](https://github.com/MoreUnit/o MoreUnit previously was hosted on SourceForge, and you can still find information at [https://sourceforge.net/projects/moreunit/](https://sourceforge.net/projects/moreunit/). +# Update Site + +You can find the latest release of MoreUnit-Eclipse here: + +https://github.com/MoreUnit/MoreUnit-Eclipse/releases/latest/download/ + +or any specific version here: + +https://github.com/MoreUnit/MoreUnit-Eclipse/releases/download/$VERSION/ (with $VERSION corresponding to a Release) + +or snapshot version here: + +https://github.com/MoreUnit/MoreUnit-Eclipse/releases/download/snapshot/ + ## LICENSE Eclipse Public License - v 1.0 diff --git a/org.moreunit.build/pom.xml b/org.moreunit.build/pom.xml index 058be12a..bc819ed8 100644 --- a/org.moreunit.build/pom.xml +++ b/org.moreunit.build/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT pom MoreUnit Parent diff --git a/org.moreunit.core.test/META-INF/MANIFEST.MF b/org.moreunit.core.test/META-INF/MANIFEST.MF index f9b40326..cf5ce5e9 100644 --- a/org.moreunit.core.test/META-INF/MANIFEST.MF +++ b/org.moreunit.core.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Core Test Bundle-SymbolicName: org.moreunit.core.test -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Require-Bundle: org.moreunit.core, org.eclipse.core.commands, diff --git a/org.moreunit.core.test/pom.xml b/org.moreunit.core.test/pom.xml index ff71cb03..e4a96eb2 100644 --- a/org.moreunit.core.test/pom.xml +++ b/org.moreunit.core.test/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.core.test diff --git a/org.moreunit.core/META-INF/MANIFEST.MF b/org.moreunit.core/META-INF/MANIFEST.MF index 586b196d..4ecc78bb 100644 --- a/org.moreunit.core/META-INF/MANIFEST.MF +++ b/org.moreunit.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Plug-in Core Bundle-SymbolicName: org.moreunit.core;singleton:=true -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-Activator: org.moreunit.core.MoreUnitCore Bundle-Vendor: MoreUnit.org Require-Bundle: org.eclipse.core.expressions, diff --git a/org.moreunit.core/pom.xml b/org.moreunit.core/pom.xml index 6b7e5e49..66268c2b 100644 --- a/org.moreunit.core/pom.xml +++ b/org.moreunit.core/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.core diff --git a/org.moreunit.feature/feature.xml b/org.moreunit.feature/feature.xml index 9fb493aa..4fb9cde1 100644 --- a/org.moreunit.feature/feature.xml +++ b/org.moreunit.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.moreunit.feature/pom.xml b/org.moreunit.feature/pom.xml index a66fe7e6..ed3b4859 100644 --- a/org.moreunit.feature/pom.xml +++ b/org.moreunit.feature/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.feature diff --git a/org.moreunit.light.feature/feature.xml b/org.moreunit.light.feature/feature.xml index b3d001ce..8e8f8289 100644 --- a/org.moreunit.light.feature/feature.xml +++ b/org.moreunit.light.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.moreunit.light.feature/pom.xml b/org.moreunit.light.feature/pom.xml index 4d762595..ba945488 100644 --- a/org.moreunit.light.feature/pom.xml +++ b/org.moreunit.light.feature/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.light.feature diff --git a/org.moreunit.mock.feature/feature.xml b/org.moreunit.mock.feature/feature.xml index adc6940c..e54b942f 100644 --- a/org.moreunit.mock.feature/feature.xml +++ b/org.moreunit.mock.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/org.moreunit.mock.feature/pom.xml b/org.moreunit.mock.feature/pom.xml index 7207013c..a3fc0e56 100644 --- a/org.moreunit.mock.feature/pom.xml +++ b/org.moreunit.mock.feature/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.mock.feature diff --git a/org.moreunit.mock.it/META-INF/MANIFEST.MF b/org.moreunit.mock.it/META-INF/MANIFEST.MF index fc393cfd..1e85ec21 100644 --- a/org.moreunit.mock.it/META-INF/MANIFEST.MF +++ b/org.moreunit.mock.it/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Mock Support - Integration Tests Bundle-SymbolicName: org.moreunit.mock.it -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Fragment-Host: org.moreunit.mock;bundle-version="2.4.6" Require-Bundle: org.eclipse.jdt.launching, org.junit;bundle-version="4.8.0", diff --git a/org.moreunit.mock.it/pom.xml b/org.moreunit.mock.it/pom.xml index e4633c5d..30bf5fd6 100644 --- a/org.moreunit.mock.it/pom.xml +++ b/org.moreunit.mock.it/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.mock.test/META-INF/MANIFEST.MF b/org.moreunit.mock.test/META-INF/MANIFEST.MF index 42241c87..febeacce 100644 --- a/org.moreunit.mock.test/META-INF/MANIFEST.MF +++ b/org.moreunit.mock.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Mocking Support Tests Bundle-SymbolicName: org.moreunit.mock.test -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Fragment-Host: org.moreunit.mock;bundle-version="2.4.6" Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: MoreUnit.org diff --git a/org.moreunit.mock.test/pom.xml b/org.moreunit.mock.test/pom.xml index 4ed77925..313ebdd7 100644 --- a/org.moreunit.mock.test/pom.xml +++ b/org.moreunit.mock.test/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.mock/META-INF/MANIFEST.MF b/org.moreunit.mock/META-INF/MANIFEST.MF index 18048c0f..8f840e6d 100644 --- a/org.moreunit.mock/META-INF/MANIFEST.MF +++ b/org.moreunit.mock/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Mocking Support Bundle-SymbolicName: org.moreunit.mock;singleton:=true -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-Activator: org.moreunit.mock.MoreUnitMockPlugin Require-Bundle: org.eclipse.core.filesystem, org.eclipse.core.resources, diff --git a/org.moreunit.mock/pom.xml b/org.moreunit.mock/pom.xml index 53eed698..05a92b32 100644 --- a/org.moreunit.mock/pom.xml +++ b/org.moreunit.mock/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.plugin/META-INF/MANIFEST.MF b/org.moreunit.plugin/META-INF/MANIFEST.MF index 38b7b97c..563f13a8 100644 --- a/org.moreunit.plugin/META-INF/MANIFEST.MF +++ b/org.moreunit.plugin/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Plug-in Bundle-SymbolicName: org.moreunit;singleton:=true -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-Activator: org.moreunit.MoreUnitPlugin xxBundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime, diff --git a/org.moreunit.plugin/pom.xml b/org.moreunit.plugin/pom.xml index cd271ac5..e1202e12 100644 --- a/org.moreunit.plugin/pom.xml +++ b/org.moreunit.plugin/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.swtbot.test/META-INF/MANIFEST.MF b/org.moreunit.swtbot.test/META-INF/MANIFEST.MF index f353cce2..1cd06362 100644 --- a/org.moreunit.swtbot.test/META-INF/MANIFEST.MF +++ b/org.moreunit.swtbot.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnitSwtBot Bundle-SymbolicName: org.moreunit.swtbot.test;singleton:=true -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-ActivationPolicy: lazy Bundle-Vendor: MoreUnit.org diff --git a/org.moreunit.swtbot.test/pom.xml b/org.moreunit.swtbot.test/pom.xml index 62f9084b..8ae94c54 100644 --- a/org.moreunit.swtbot.test/pom.xml +++ b/org.moreunit.swtbot.test/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.test.dependencies/META-INF/MANIFEST.MF b/org.moreunit.test.dependencies/META-INF/MANIFEST.MF index 43429741..e0c9bb8f 100644 --- a/org.moreunit.test.dependencies/META-INF/MANIFEST.MF +++ b/org.moreunit.test.dependencies/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: MoreUnit Test Dependencies Bundle-SymbolicName: org.moreunit.test.dependencies -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-ClassPath: ., fest-assert-1.3.jar, fest-util-1.1.4.jar, diff --git a/org.moreunit.test.dependencies/pom.xml b/org.moreunit.test.dependencies/pom.xml index 48fb7083..699fce16 100644 --- a/org.moreunit.test.dependencies/pom.xml +++ b/org.moreunit.test.dependencies/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.test/META-INF/MANIFEST.MF b/org.moreunit.test/META-INF/MANIFEST.MF index ec6f7b35..f341acee 100644 --- a/org.moreunit.test/META-INF/MANIFEST.MF +++ b/org.moreunit.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: org.moreunit.test -Bundle-Version: 3.3.2 +Bundle-Version: 3.3.3.qualifier Bundle-ClassPath: . Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/org.moreunit.test/pom.xml b/org.moreunit.test/pom.xml index fa8cea18..f7bed34b 100644 --- a/org.moreunit.test/pom.xml +++ b/org.moreunit.test/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.plugins diff --git a/org.moreunit.updatesite/category.xml b/org.moreunit.updatesite/category.xml index fd3faf5e..119f17df 100644 --- a/org.moreunit.updatesite/category.xml +++ b/org.moreunit.updatesite/category.xml @@ -1,12 +1,12 @@ - + - + - + diff --git a/org.moreunit.updatesite/pom.xml b/org.moreunit.updatesite/pom.xml index 4ad3f252..b87b2b8c 100644 --- a/org.moreunit.updatesite/pom.xml +++ b/org.moreunit.updatesite/pom.xml @@ -6,7 +6,7 @@ ../org.moreunit.build/pom.xml org.moreunit moreunit - 3.3.2 + 3.3.3-SNAPSHOT org.moreunit.updatesite