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 @@ -11,7 +11,7 @@ jobs:
java-version: 21
runner-label: ubuntu-latest
deploy-updatesite: 'releng/tools.mdsd.library.emfeditutils.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
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: EMF Edit Utils
Bundle-SymbolicName: tools.mdsd.library.emfeditutils
Bundle-Version: 1.1.0
Bundle-Version: 1.2.0
Automatic-Module-Name: tools.mdsd.library.emfeditutils
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.emf.edit
Expand Down
4 changes: 2 additions & 2 deletions features/tools.mdsd.library.emfeditutils.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<feature
id="tools.mdsd.library.emfeditutils.feature"
label="EMF Edit Utils 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">

<description>
Tools that ease implementing providers and other framework utils for EMF edit plugins.
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.emfeditutils</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,13 +5,13 @@
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"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
<repository location="https://updatesite.mdsd.tools/build-licensefeature/releases/1.1.0/"/>
<repository location="https://updatesite.mdsd.tools/build-licensefeature/releases/1.2.0/"/>
<unit id="tools.mdsd.license.epl2.feature.group" version="0.0.0"/>
</location>
</locations>
Expand Down
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.library.emfeditutils.feature" version="1.1.0">
<feature id="tools.mdsd.library.emfeditutils.feature" version="1.2.0">
<category name="tools.mdsd.library.emfeditutils"/>
</feature>
<feature id="tools.mdsd.library.emfeditutils.feature.source" version="1.1.0">
<feature id="tools.mdsd.library.emfeditutils.feature.source" version="1.2.0">
<category name="tools.mdsd.library.emfeditutils.source"/>
</feature>
<category-def name="tools.mdsd.library.emfeditutils" label="MDSD Tools EMF Edit Utils"/>
Expand Down