Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiSoleil authored and Hélios GILLES committed Dec 5, 2023
1 parent d653ef0 commit b3bbf8c
Show file tree
Hide file tree
Showing 29 changed files with 45 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MoreUnit Parent</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.core.test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit.feature"
label="MoreUnit For Java"
version="3.3.2"
version="3.3.3.qualifier"
provider-name="MoreUnit.org"
plugin="org.moreunit">

Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.light.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit.light.feature"
label="MoreUnit Light"
version="3.3.2"
version="3.3.3.qualifier"
provider-name="MoreUnit.org"
plugin="org.moreunit.core">

Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.light.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.light.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.moreunit.mock.feature"
label="MoreUnit For Java: Mock Support"
version="3.3.2"
version="3.3.3.qualifier"
provider-name="MoreUnit.org"
plugin="org.moreunit.mock">

Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.mock.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.it/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.swtbot.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.swtbot.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test.dependencies/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test.dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<groupId>org.moreunit.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions org.moreunit.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.moreunit.feature_3.3.2.jar" id="org.moreunit.feature" version="3.3.2">
<feature url="features/org.moreunit.feature_3.3.3.qualifier.jar" id="org.moreunit.feature" version="3.3.3.qualifier">
<category name="org.moreunit"/>
</feature>
<feature url="features/org.moreunit.mock.feature_3.3.2.jar" id="org.moreunit.mock.feature" version="3.3.2">
<feature url="features/org.moreunit.mock.feature_3.3.3.qualifier.jar" id="org.moreunit.mock.feature" version="3.3.3.qualifier">
<category name="org.moreunit"/>
</feature>
<feature url="features/org.moreunit.light.feature_3.3.2.jar" id="org.moreunit.light.feature" version="3.3.2">
<feature url="features/org.moreunit.light.feature_3.3.3.qualifier.jar" id="org.moreunit.light.feature" version="3.3.3.qualifier">
<category name="org.moreunit"/>
</feature>
<category-def name="org.moreunit" label="MoreUnit"/>
Expand Down
2 changes: 1 addition & 1 deletion org.moreunit.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<relativePath>../org.moreunit.build/pom.xml</relativePath>
<groupId>org.moreunit</groupId>
<artifactId>moreunit</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>

<artifactId>org.moreunit.updatesite</artifactId>
Expand Down

0 comments on commit b3bbf8c

Please sign in to comment.