updated remaining versions for cf manifest editor component to 0.0.3

This commit is contained in:
Martin Lippert
2017-02-02 17:55:27 +01:00
parent 955139bd57
commit 5d7621d2b9
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>vscode-manifest-yaml</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
</dependency>
</dependencies>

View File

@@ -56,7 +56,7 @@ public class CloudFoundryManifestLanguageServer extends ProcessStreamConnectionP
}
protected String getLanguageServerJARLocation() {
String languageServer = "vscode-manifest-yaml-0.0.2-SNAPSHOT.jar";
String languageServer = "vscode-manifest-yaml-0.0.3-SNAPSHOT.jar";
Bundle bundle = Platform.getBundle(Constants.PLUGIN_ID);
File dataFile = bundle.getDataFile(languageServer);