Skip to content

Commit

Permalink
update to xtext 2.36
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 25, 2024
1 parent b6a9c0d commit 0f06f1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion org.xtext.example.mydsl/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.35.0,2.36.0)";visibility:=reexport,
Require-Bundle: org.eclipse.xtext;bundle-version="[2.36.0,2.37.0)";visibility:=reexport,
org.eclipse.xtext.xtext.generator;resolution:=optional,
com.ibm.icu;resolution:=optional,
org.apache.commons.logging;bundle-version="1.0.4";resolution:=optional,
Expand Down
2 changes: 1 addition & 1 deletion org.xtext.example.mydsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.mwe2.launch</artifactId>
<version>2.15.0</version>
<version>2.19.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<tycho-version>4.0.8</tycho-version>
<xtext-version>2.35.0</xtext-version>
<xtext-version>2.36.0</xtext-version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
Expand All @@ -32,12 +32,12 @@
</repository>
<repository>
<id>xtext</id>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.35.0/</url>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.36.0/</url>
<layout>p2</layout>
</repository>
<repository>
<id>mwe</id>
<url>https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.15.0/</url>
<url>https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.19.0/</url>
<layout>p2</layout>
</repository>
<repository>
Expand Down

0 comments on commit 0f06f1d

Please sign in to comment.