Merge pull request #243 from eclipse/msp_lsp4jRelease

Switched to LSP4J 0.1.0 release
This commit is contained in:
Miro Spönemann 2017-01-16 09:17:33 +01:00 committed by GitHub
commit f2652de232
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ def jenkinsPipelineRepo = { jobName -> "http://services.typefox.io/open-source/j
repositories {
jcenter()
if (findProperty('useJenkinsSnapshots') == 'true') {
maven { url jenkinsPipelineRepo('lsp4j') }
maven { url jenkinsPipelineRepo('xtext-lib') }
} else {
mavenLocal()

View file

@ -9,7 +9,7 @@ ext.versions = [
'xtext_bootstrap': '2.11.0.beta2',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '1.0.15',
'lsp4j': '0.1.0-SNAPSHOT',
'lsp4j': '0.1.0',
'log4j': '1.2.16',
'equinoxCommon' : '3.8.0',
'equinoxRegistry' : '3.6.100',