Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion bundles/tools.mdsd.junit5utils/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: %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
Expand Down
4 changes: 2 additions & 2 deletions features/tools.mdsd.junit5utils.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<feature
id="tools.mdsd.junit5utils.feature"
label="Library-JUnit5Utils Feature"
version="1.1.0"
version="1.2.0"
license-feature="tools.mdsd.license.epl2"
license-feature-version="1.1.0">
license-feature-version="1.2.0">

<requires>
<import feature="tools.mdsd.license.epl2"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tools.mdsd.library-junit5utils</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://download.eclipse.org/releases/2024-06/202406121000/"/>
<repository location="https://download.eclipse.org/releases/2025-12/202512101000/"/>
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.pde.feature.group" version="0.0.0"/>
Expand All @@ -20,11 +20,11 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="tools.mdsd.license.epl2.feature.group" version="0.0.0"/>
<repository location="https://updatesite.mdsd.tools/build-licensefeature/releases/1.1.0/"/>
<repository location="https://updatesite.mdsd.tools/build-licensefeature/releases/1.2.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="tools.mdsd.library.standalone.initialization.core.feature.feature.group" version="0.0.0"/>
<repository location="https://updatesite.mdsd.tools/library-standaloneinitialization/releases/1.1.0/"/>
<repository location="https://updatesite.mdsd.tools/library-standaloneinitialization/releases/1.2.0/"/>
</location>
</locations>
</target>
4 changes: 2 additions & 2 deletions releng/tools.mdsd.junit5utils.updatesite/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature id="tools.mdsd.junit5utils.feature" version="1.1.0">
<feature id="tools.mdsd.junit5utils.feature" version="1.2.0">
<category name="library-junit5utils.category"/>
</feature>
<feature id="tools.mdsd.junit5utils.feature.source" version="1.1.0">
<feature id="tools.mdsd.junit5utils.feature.source" version="1.2.0">
<category name="library-junit5utils.category.source"/>
</feature>
<category-def name="library-junit5utils.category" label="Library-JUnit5Utils"/>
Expand Down
2 changes: 1 addition & 1 deletion tests/tools.mdsd.junit5utils.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: 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
Expand Down
4 changes: 2 additions & 2 deletions tests/tools.mdsd.junit5utils.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>tools.mdsd.library-junit5utils</groupId>
<artifactId>tests</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath>..\.polyglot.pom.tycho</relativePath>
</parent>
<artifactId>tools.mdsd.junit5utils.test</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down