Skip to content

Commit

Permalink
update to Xtext 2.32
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Aug 27, 2023
1 parent 308ced8 commit e4bf936
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.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,
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.14.0</version>
<version>2.15.0</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<tycho-version>2.7.5</tycho-version>
<xtext-version>2.31.0</xtext-version>
<xtext-version>2.32.0</xtext-version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<tycho.disableP2Mirrors>true</tycho.disableP2Mirrors>
Expand All @@ -27,17 +27,17 @@
<repositories>
<repository>
<id>eclipse</id>
<url>https://download.eclipse.org/releases/2023-06</url>
<url>https://download.eclipse.org/releases/2023-09</url>
<layout>p2</layout>
</repository>
<repository>
<id>xtext</id>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/</url>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.32.0/</url>
<layout>p2</layout>
</repository>
<repository>
<id>mwe</id>
<url>https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/</url>
<url>https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.15.0/</url>
<layout>p2</layout>
</repository>
<repository>
Expand All @@ -47,7 +47,7 @@
</repository>
<repository>
<id>xpand</id>
<url>http://download.eclipse.org/modeling/m2t/xpand/updates/releases/</url>
<url>https://download.eclipse.org/modeling/m2t/xpand/updates/releases/</url>
<layout>p2</layout>
</repository>
<repository>
Expand Down

0 comments on commit e4bf936

Please sign in to comment.