From cced9fe7fca978c2f792c8f6c2e383d83236d7ac Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Mon, 25 Nov 2024 18:05:55 +0100 Subject: [PATCH] update to xtext 2.37 Signed-off-by: Christian Dietrich --- org.xtext.example.mydsl/META-INF/MANIFEST.MF | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/org.xtext.example.mydsl/META-INF/MANIFEST.MF b/org.xtext.example.mydsl/META-INF/MANIFEST.MF index ffe93b1..7f4c5c9 100644 --- a/org.xtext.example.mydsl/META-INF/MANIFEST.MF +++ b/org.xtext.example.mydsl/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Vendor: My Company Bundle-Version: 1.0.0.qualifier Bundle-SymbolicName: org.xtext.example.mydsl; singleton:=true Bundle-ActivationPolicy: lazy -Require-Bundle: org.eclipse.xtext;bundle-version="[2.36.0,2.37.0)";visibility:=reexport, +Require-Bundle: org.eclipse.xtext;bundle-version="[2.37.0,2.38.0)";visibility:=reexport, org.eclipse.xtext.xtext.generator;resolution:=optional, org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional, org.eclipse.emf.codegen.ecore;resolution:=optional, diff --git a/pom.xml b/pom.xml index 61ce26f..92dc044 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 4.0.9 - 2.36.0 + 2.37.0 11 11 true @@ -32,12 +32,12 @@ xtext - https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.36.0/ + https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.37.0/ p2 mwe - https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.19.0/ + https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.20.0/ p2