mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[#893] build agains lsp4j snapshots
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
e3464552ad
commit
536ee1f993
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ ext.versions = [
|
|||
// - 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.5.0',
|
||||
'lsp4j': '0.6.0-SNAPSHOT',
|
||||
'log4j': '1.2.16',
|
||||
'equinoxCommon' : '3.9.0',
|
||||
'equinoxRegistry' : '3.7.0',
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>maven</id>
|
||||
<url>${JENKINS_URL}/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository</url>
|
||||
<url>http://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastStableBuild/artifact/build/maven-repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven2</id>
|
||||
|
|
Loading…
Reference in a new issue