xtext-core/gradle/versions.gradle
Christian Dietrich 1b4f6c78a4 change version 2.16.0 -> 2.17.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2018-12-05 09:48:47 +01:00

37 lines
1 KiB
Groovy

/*
* Base project version and versions of common dependencies.
*/
version = '2.17.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.16.0.M1',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '2.0.2',
// When adjusting the `lsp4j` version here, do not forget to do the followings:
// - Update the version in `IdeProjectDescriptor#pom`.
// - Update the test expectations by running `CliWizardIntegrationTest#main`.
// - Update the versions in the `/org.eclipse.xtext.ide/META-INF/MANIFEST.MF` and `/org.eclipse.xtext.ide.tests/META-INF/MANIFEST.MF` files.
'lsp4j': '0.6.0',
'log4j': '1.2.16',
'equinoxCommon' : '3.9.0',
'equinoxRegistry' : '3.7.0',
'eclipseCore': '3.13.0',
'eclipseOSGI' : '3.12.100',
'emfCommon': '2.12.0',
'emfEcore': '2.12.0',
'emfChange': '2.11.0',
'emfCodegen': '2.11.0',
'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': '7.0',
'icu': '52.1',
'junit': '4.12',
'junit5': '5.1.0',
'args4j': '2.33'
]