Merge pull request #1847 from eclipse/bot_update_xtext_bootstrap_version

[releng] Bootstrap against 2.26.0
This commit is contained in:
Christian Dietrich 2022-02-28 14:18:23 +01:00 committed by GitHub
commit 0242112c80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ version = '2.27.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.26.0.RC1',
'xtext_bootstrap': '2.26.0',
'xtext_gradle_plugin': '3.0.1'
]