Merge pull request #1302 from eclipse/bot_update_xtext_bootstrap_version

[releng] Bootstrap against 2.20.0.M3
This commit is contained in:
Christian Dietrich 2019-11-26 14:11:55 +01:00 committed by GitHub
commit a43790dd8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ version = '2.20.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.20.0.M2',
'xtext_bootstrap': '2.20.0.M3',
'xtext_gradle_plugin': '2.0.8',
'dependency_management_plugin' : '1.0.8.RELEASE'
]