Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

[eclipse/xtext#2002] bootstrap against Xtext 2.26.0.M2 #1243

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = '2.26.0-SNAPSHOT'

ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.26.0.M1',
'xtext_bootstrap': '2.26.0.M2',
'xtext_gradle_plugin': '2.1.0',
'ant': '[1.7,2)',
'jflex': '1.4.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<xtextVersion>2.26.0-SNAPSHOT</xtextVersion>
<!-- The BOM version can be rather fixed for the test projects -->
<xtextBOMVersion>2.26.0.M1</xtextBOMVersion>
<xtextBOMVersion>2.26.0.M2</xtextBOMVersion>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.xtend.tycho.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<tycho-version>1.7.0</tycho-version>
<!-- version of the "bootstrap" plugin; used to compile xtend sources in xtend -->
<xtend-maven-plugin-version>2.26.0.M1</xtend-maven-plugin-version>
<xtend-maven-plugin-version>2.26.0.M2</xtend-maven-plugin-version>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>ISO-8859-1</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down