From 2b7e195a74ea3387e4665cc7682525845ccf5066 Mon Sep 17 00:00:00 2001 From: Christian Dietrich Date: Sun, 27 Aug 2023 18:53:33 +0200 Subject: [PATCH] update to Xtext 2.32 Signed-off-by: Christian Dietrich --- .../example/mydsl/tests/SampleTest.xtend | 2 +- org.xtext.example.mydsl/META-INF/MANIFEST.MF | 2 +- org.xtext.example.mydsl/pom.xml | 4 +- pom.xml | 58 +++++++++++++++++-- 4 files changed, 57 insertions(+), 9 deletions(-) diff --git a/org.xtext.example.mydsl.tests/src/org/xtext/example/mydsl/tests/SampleTest.xtend b/org.xtext.example.mydsl.tests/src/org/xtext/example/mydsl/tests/SampleTest.xtend index 63f33b8..32805d6 100644 --- a/org.xtext.example.mydsl.tests/src/org/xtext/example/mydsl/tests/SampleTest.xtend +++ b/org.xtext.example.mydsl.tests/src/org/xtext/example/mydsl/tests/SampleTest.xtend @@ -1,6 +1,6 @@ package org.xtext.example.mydsl.tests -import javax.inject.Inject +import jakarta.inject.Inject import org.eclipse.xtext.junit4.InjectWith import org.eclipse.xtext.junit4.XtextRunner import org.eclipse.xtext.junit4.util.ParseHelper diff --git a/org.xtext.example.mydsl/META-INF/MANIFEST.MF b/org.xtext.example.mydsl/META-INF/MANIFEST.MF index 7550305..9a3aa40 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.31.0,2.32.0)";visibility:=reexport, +Require-Bundle: org.eclipse.xtext;bundle-version="[2.32.0,2.33.0)";visibility:=reexport, org.eclipse.xtext.generator;resolution:=optional, com.ibm.icu;resolution:=optional, org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional, diff --git a/org.xtext.example.mydsl/pom.xml b/org.xtext.example.mydsl/pom.xml index 4ac7ede..f0c424e 100644 --- a/org.xtext.example.mydsl/pom.xml +++ b/org.xtext.example.mydsl/pom.xml @@ -82,7 +82,7 @@ org.codehaus.mojo exec-maven-plugin - 1.2.1 + 3.0.0 generate-sources @@ -124,7 +124,7 @@ org.eclipse.emf org.eclipse.emf.mwe2.launch - 2.14.0 + 2.15.0 true diff --git a/pom.xml b/pom.xml index a5012af..7f2d231 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 2.7.5 - 2.31.0 + 2.32.0 11 11 true @@ -27,17 +27,17 @@ eclipse - https://download.eclipse.org/releases/2023-06 + https://download.eclipse.org/releases/2023-09 p2 xtext - https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/ + https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/ p2 mwe - https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/ + https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.15.0/ p2 @@ -47,7 +47,7 @@ xpand - http://download.eclipse.org/modeling/m2t/xpand/updates/releases/ + https://download.eclipse.org/modeling/m2t/xpand/updates/releases/ p2 @@ -61,6 +61,32 @@ false + + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + + @@ -74,6 +100,28 @@ false + + ossrh-snapshots + ossrh-snapshots + + false + + + false + + http://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + false + +