xtext-core/gradle/versions.gradle
Christian Dietrich 9034b8af03 fixed ecore change version
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-08-16 07:14:36 +02:00

29 lines
663 B
Groovy

/*
* Base project version and versions of common dependencies.
*/
version = '2.13.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.11.0',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '1.0.18',
'lsp4j': '0.2.0',
'log4j': '1.2.16',
'equinoxCommon' : '3.8.0',
'equinoxRegistry' : '3.6.100',
'eclipseCore': '3.12.0',
'eclipseOSGI' : '3.11.2',
'emfCommon': '[2.10.1,3)',
'emfEcore': '[2.10.2,3)',
'emfChange': '[2.10.0,3)',
'emfMwe': '1.3.20.201605261059',
'emfMwe2': '2.9.0.201605261059',
'xpand': '2.0.0',
'guice': '3.0',
'antlr': '3.2',
'asm': '5.0.1',
'icu': '52.1',
'junit': '4.12'
]