Bump ls version to 1.9.0, eclipse bits

This commit is contained in:
BoykoAlex
2019-06-21 14:24:03 -04:00
parent 9a9a68fee9
commit bde0fa25e4
8 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Spring Boot Language Server
Bundle-Vendor: Pivotal, Inc.
Bundle-SymbolicName: org.springframework.tooling.boot.ls;singleton:=true
Bundle-Version: 1.8.0.qualifier
Bundle-Version: 1.9.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.12.0",

View File

@@ -12,7 +12,7 @@
</parent>
<artifactId>org.springframework.tooling.boot.ls</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
@@ -35,7 +35,7 @@
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>spring-boot-language-server</artifactId>
<classifier>exec</classifier>
<version>1.8.0-SNAPSHOT</version>
<version>${project.version}</version>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>