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

Commit

Permalink
Merge pull request #1243 from eclipse/cd_bootstrap2260M2
Browse files Browse the repository at this point in the history
[eclipse-xtext/xtext#2002] bootstrap against Xtext 2.26.0.M2
  • Loading branch information
cdietrich authored Oct 1, 2021
2 parents bac653c + c4b8099 commit 3cce77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3cce77c

Please sign in to comment.