xtext-core/gradle/versions.gradle
Christian Dietrich 0277b89235 [eclipse/xtext#1231] fixed jdt and platform versions
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-07-03 19:24:04 +02:00

31 lines
731 B
Groovy

/*
* Base project version and versions of common dependencies.
*/
version = '2.15.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.14.0',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '1.0.21',
'lsp4j': '0.4.0', // dont forget to adapt IdeProjectDescriptor + Tests
'log4j': '1.2.16',
'equinoxCommon' : '3.9.0',
'equinoxRegistry' : '3.7.0',
'eclipseCore': '3.13.0',
'eclipseOSGI' : '3.12.100',
'emfCommon': '[2.10.1,3)',
'emfEcore': '[2.10.2,3)',
'emfChange': '[2.10.0,3)',
'emfMwe': '1.3.21.201705291010',
'emfMwe2': '2.9.1.201705291010',
'jdtCore': '3.13.102',
'xpand': '2.0.0',
'guice': '3.0',
'antlr': '3.2',
'asm': '6.1.1',
'icu': '52.1',
'junit': '4.12',
'junit5': '5.1.0'
]