Skip to content

Commit

Permalink
Downgrading Xtext again because 2.27.0 cannot be found on Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jun 15, 2022
1 parent 55181d9 commit ec0012f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resourcesVersion=3.16.0
runtimeVersion=3.23.0
shadowJarVersion=7.1.2
xtextGradleVersion=3.0.0
xtextVersion=2.27.0
xtextVersion=2.26.0

[manifestPropertyNames]
org.eclipse.xtext=xtextVersion
Expand Down
2 changes: 1 addition & 1 deletion org.lflang.diagram/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Require-Bundle: de.cau.cs.kieler.klighd;bundle-version="2.0.0",
org.eclipse.core.resources;bundle-version="3.16.0",
org.lflang;bundle-version="0.1.0",
org.lflang.ide;bundle-version="0.1.0",
org.eclipse.xtext.ide;bundle-version="2.27.0",
org.eclipse.xtext.ide;bundle-version="2.26.0",
org.eclipse.lsp4j;bundle-version="0.12.0",
org.eclipse.lsp4j.jsonrpc;bundle-version="0.12.0",
org.eclipse.sprotty;bundle-version="0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion org.lflang.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: org.lflang,
org.junit.jupiter.api;bundle-version="5.8.2",
org.eclipse.xtext.testing,
org.eclipse.xtext.xbase.testing,
org.eclipse.xtext.xbase.lib;bundle-version="2.27.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.26.0",
javax.annotation;bundle-version="1.2.0",
org.eclipse.core.jobs,
org.opentest4j;bundle-version="1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion org.lflang.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Require-Bundle: org.lflang,
org.eclipse.ui,
org.eclipse.compare,
org.eclipse.xtext.builder,
org.eclipse.xtext.xbase.lib;bundle-version="2.27.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.26.0",
org.eclipse.ui.intro,
org.eclipse.ui.intro.universal,
org.eclipse.ui.console;bundle-version="3.10.100",
Expand Down
2 changes: 1 addition & 1 deletion org.lflang/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.xtext,
org.eclipse.xtext.xbase,
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.emf.ecore,
org.eclipse.xtext.xbase.lib;bundle-version="2.27.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.26.0",
org.eclipse.xtext.util,
org.eclipse.emf.common,
org.antlr.runtime;bundle-version="[3.2.0,3.2.1)",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<lsp4jVersion>0.12.0</lsp4jVersion>
<mwe2LaunchVersion>2.12.2</mwe2LaunchVersion>
<!-- When the Eclipse p2 site is updated to a new version of Eclipse, then update the xtextVersion. -->
<xtextVersion>2.27.0</xtextVersion>
<xtextVersion>2.26.0</xtextVersion>
<tychoVersion>2.6.0</tychoVersion>
<runtimeVersion>3.23.0</runtimeVersion>

Expand Down

0 comments on commit ec0012f

Please sign in to comment.