Skip to content

Commit

Permalink
Merge pull request #28 from cdietrich/cd_231
Browse files Browse the repository at this point in the history
update to 2.31
  • Loading branch information
cdietrich authored Jun 14, 2023
2 parents a98a2f5 + 8c3b5f7 commit 308ced8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Build
uses: GabrielBB/[email protected]
with:
Expand Down
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.30.0,2.31.0)";visibility:=reexport,
Require-Bundle: org.eclipse.xtext;bundle-version="[2.31.0,2.32.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
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>2.7.5</tycho-version>
<xtext-version>2.30.0</xtext-version>
<xtext-version>2.31.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,12 +27,12 @@
<repositories>
<repository>
<id>eclipse</id>
<url>https://download.eclipse.org/releases/2023-03</url>
<url>https://download.eclipse.org/releases/2023-06</url>
<layout>p2</layout>
</repository>
<repository>
<id>xtext</id>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/</url>
<url>https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.31.0/</url>
<layout>p2</layout>
</repository>
<repository>
Expand Down

0 comments on commit 308ced8

Please sign in to comment.