updated versions of embedded language servers to 0.0.10

This commit is contained in:
Martin Lippert
2017-08-25 12:33:12 +02:00
parent 0722590864
commit 4c3ae63cf6
15 changed files with 20 additions and 16 deletions

View File

@@ -12,13 +12,14 @@
</parent>
<artifactId>org.springframework.tooling.boot.java.ls</artifactId>
<version>0.0.10-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<dependencies>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>boot-java-language-server</artifactId>
<version>0.0.9-SNAPSHOT</version>
<version>0.0.10-SNAPSHOT</version>
</dependency>
</dependencies>