From a40bda5547caae1d581818d2db0ef9d5b4bfff3f Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 14 Aug 2019 15:04:54 +0000 Subject: [PATCH] Bump version to 1.11.0 --- atom-extensions/atom-bosh/package.json | 2 +- atom-extensions/atom-cf-manifest-yaml/package.json | 2 +- atom-extensions/atom-concourse/package.json | 2 +- atom-extensions/atom-spring-boot/package.json | 2 +- headless-services/bosh-language-server/pom.xml | 2 +- headless-services/commons/commons-boot-app-cli/pom.xml | 2 +- headless-services/commons/commons-cf/pom.xml | 2 +- headless-services/commons/commons-gradle/pom.xml | 2 +- headless-services/commons/commons-java/pom.xml | 2 +- headless-services/commons/commons-language-server/pom.xml | 2 +- headless-services/commons/commons-lsp-extensions/pom.xml | 2 +- headless-services/commons/commons-maven/pom.xml | 2 +- headless-services/commons/commons-util/pom.xml | 2 +- headless-services/commons/commons-yaml/pom.xml | 2 +- headless-services/commons/java-properties/pom.xml | 2 +- headless-services/commons/language-server-starter/pom.xml | 2 +- headless-services/commons/language-server-test-harness/pom.xml | 2 +- headless-services/commons/pom.xml | 2 +- headless-services/concourse-language-server/pom.xml | 2 +- .../org.springframework.tooling.jdt.ls.commons/pom.xml | 2 +- headless-services/manifest-yaml-language-server/pom.xml | 2 +- headless-services/spring-boot-language-server/pom.xml | 2 +- theia-extensions/theia-bosh/bosh/README.md | 2 +- theia-extensions/theia-bosh/bosh/package.json | 2 +- theia-extensions/theia-bosh/browser-app/package.json | 2 +- theia-extensions/theia-bosh/electron-app/package.json | 2 +- theia-extensions/theia-bosh/lerna.json | 2 +- .../theia-cf-manifest-yaml/browser-app/package.json | 2 +- .../theia-cf-manifest-yaml/cf-manifest-yaml/README.md | 2 +- .../theia-cf-manifest-yaml/cf-manifest-yaml/package.json | 2 +- .../theia-cf-manifest-yaml/electron-app/package.json | 2 +- theia-extensions/theia-cf-manifest-yaml/lerna.json | 2 +- theia-extensions/theia-concourse/browser-app/package.json | 2 +- theia-extensions/theia-concourse/concourse/README.md | 2 +- theia-extensions/theia-concourse/concourse/package.json | 2 +- theia-extensions/theia-concourse/electron-app/package.json | 2 +- theia-extensions/theia-concourse/lerna.json | 2 +- theia-extensions/theia-spring-boot/browser-app/package.json | 2 +- theia-extensions/theia-spring-boot/electron-app/package.json | 2 +- theia-extensions/theia-spring-boot/lerna.json | 2 +- theia-extensions/theia-spring-boot/spring-boot/README.md | 2 +- theia-extensions/theia-spring-boot/spring-boot/package.json | 2 +- vscode-extensions/vscode-bosh/package.json | 2 +- vscode-extensions/vscode-concourse/package.json | 2 +- vscode-extensions/vscode-manifest-yaml/package.json | 2 +- vscode-extensions/vscode-spring-boot/package.json | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/atom-extensions/atom-bosh/package.json b/atom-extensions/atom-bosh/package.json index cae4d10f3..3fb52c94f 100644 --- a/atom-extensions/atom-bosh/package.json +++ b/atom-extensions/atom-bosh/package.json @@ -1,6 +1,6 @@ { "name": "bosh-yaml", - "version": "1.10.0", + "version": "1.11.0", "description": "Provides validation and content assist for various Bosh configuration files", "repository": "https://github.com/spring-projects/atom-bosh", "icon": "icon.png", diff --git a/atom-extensions/atom-cf-manifest-yaml/package.json b/atom-extensions/atom-cf-manifest-yaml/package.json index 2a9f6e2bb..f3e9a29d0 100644 --- a/atom-extensions/atom-cf-manifest-yaml/package.json +++ b/atom-extensions/atom-cf-manifest-yaml/package.json @@ -1,6 +1,6 @@ { "name": "cf-manifest-yaml", - "version": "1.10.0", + "version": "1.11.0", "description": "Cloud Foundry Deployment Manifest YAML support for Atom", "repository": "https://github.com/spring-projects/atom-cf-manifest-yaml", "icon": "icon.png", diff --git a/atom-extensions/atom-concourse/package.json b/atom-extensions/atom-concourse/package.json index c1e098a45..d2cd2c93d 100644 --- a/atom-extensions/atom-concourse/package.json +++ b/atom-extensions/atom-concourse/package.json @@ -1,6 +1,6 @@ { "name": "concourse-pipeline-yaml", - "version": "1.10.0", + "version": "1.11.0", "description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files", "repository": "https://github.com/spring-projects/atom-concourse", "icon": "icon.png", diff --git a/atom-extensions/atom-spring-boot/package.json b/atom-extensions/atom-spring-boot/package.json index eb2b749e4..45f5b01f8 100644 --- a/atom-extensions/atom-spring-boot/package.json +++ b/atom-extensions/atom-spring-boot/package.json @@ -1,6 +1,6 @@ { "name": "spring-boot", - "version": "1.10.0", + "version": "1.11.0", "description": "Spring Boot support for Atom", "repository": "https://github.com/spring-projects/atom-spring-boot", "icon": "icon.png", diff --git a/headless-services/bosh-language-server/pom.xml b/headless-services/bosh-language-server/pom.xml index 69a692664..ffc71d467 100644 --- a/headless-services/bosh-language-server/pom.xml +++ b/headless-services/bosh-language-server/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../commons/pom.xml diff --git a/headless-services/commons/commons-boot-app-cli/pom.xml b/headless-services/commons/commons-boot-app-cli/pom.xml index b6e973580..42ba0bcc5 100644 --- a/headless-services/commons/commons-boot-app-cli/pom.xml +++ b/headless-services/commons/commons-boot-app-cli/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-cf/pom.xml b/headless-services/commons/commons-cf/pom.xml index a0e6ec913..2f1d2a770 100644 --- a/headless-services/commons/commons-cf/pom.xml +++ b/headless-services/commons/commons-cf/pom.xml @@ -8,7 +8,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-gradle/pom.xml b/headless-services/commons/commons-gradle/pom.xml index 242508cf6..ba50023ee 100644 --- a/headless-services/commons/commons-gradle/pom.xml +++ b/headless-services/commons/commons-gradle/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-java/pom.xml b/headless-services/commons/commons-java/pom.xml index d20fac8ca..b81aef603 100644 --- a/headless-services/commons/commons-java/pom.xml +++ b/headless-services/commons/commons-java/pom.xml @@ -8,7 +8,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-language-server/pom.xml b/headless-services/commons/commons-language-server/pom.xml index a66359f31..0bbecfb87 100644 --- a/headless-services/commons/commons-language-server/pom.xml +++ b/headless-services/commons/commons-language-server/pom.xml @@ -8,7 +8,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-lsp-extensions/pom.xml b/headless-services/commons/commons-lsp-extensions/pom.xml index 7c96b2dc6..afe7b6a52 100644 --- a/headless-services/commons/commons-lsp-extensions/pom.xml +++ b/headless-services/commons/commons-lsp-extensions/pom.xml @@ -7,7 +7,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-maven/pom.xml b/headless-services/commons/commons-maven/pom.xml index 7903945ec..890c3127c 100644 --- a/headless-services/commons/commons-maven/pom.xml +++ b/headless-services/commons/commons-maven/pom.xml @@ -10,7 +10,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-util/pom.xml b/headless-services/commons/commons-util/pom.xml index aa1901cd2..76f704dd5 100644 --- a/headless-services/commons/commons-util/pom.xml +++ b/headless-services/commons/commons-util/pom.xml @@ -8,7 +8,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/commons-yaml/pom.xml b/headless-services/commons/commons-yaml/pom.xml index 346cc4368..22aa073f9 100644 --- a/headless-services/commons/commons-yaml/pom.xml +++ b/headless-services/commons/commons-yaml/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/java-properties/pom.xml b/headless-services/commons/java-properties/pom.xml index 3439ab518..b9b70f781 100644 --- a/headless-services/commons/java-properties/pom.xml +++ b/headless-services/commons/java-properties/pom.xml @@ -7,7 +7,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/language-server-starter/pom.xml b/headless-services/commons/language-server-starter/pom.xml index 83715cf90..0f3df2e6a 100644 --- a/headless-services/commons/language-server-starter/pom.xml +++ b/headless-services/commons/language-server-starter/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/language-server-test-harness/pom.xml b/headless-services/commons/language-server-test-harness/pom.xml index 4c3a8ae5a..12b5eb90d 100644 --- a/headless-services/commons/language-server-test-harness/pom.xml +++ b/headless-services/commons/language-server-test-harness/pom.xml @@ -8,7 +8,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../pom.xml diff --git a/headless-services/commons/pom.xml b/headless-services/commons/pom.xml index e64297147..0ee50f03a 100644 --- a/headless-services/commons/pom.xml +++ b/headless-services/commons/pom.xml @@ -7,7 +7,7 @@ org.springframework.ide.vscode commons-parent pom - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT commons-parent diff --git a/headless-services/concourse-language-server/pom.xml b/headless-services/concourse-language-server/pom.xml index 1940dc635..5c13662cc 100644 --- a/headless-services/concourse-language-server/pom.xml +++ b/headless-services/concourse-language-server/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../commons/pom.xml diff --git a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml index 643c752b7..6d4cf410b 100644 --- a/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml +++ b/headless-services/jdt-ls-extension/org.springframework.tooling.jdt.ls.commons/pom.xml @@ -19,7 +19,7 @@ org.springframework.ide.vscode commons-lsp-extensions - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT diff --git a/headless-services/manifest-yaml-language-server/pom.xml b/headless-services/manifest-yaml-language-server/pom.xml index 62622b9f5..b71b451b4 100644 --- a/headless-services/manifest-yaml-language-server/pom.xml +++ b/headless-services/manifest-yaml-language-server/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../commons/pom.xml diff --git a/headless-services/spring-boot-language-server/pom.xml b/headless-services/spring-boot-language-server/pom.xml index 81271cb3f..e219670e1 100644 --- a/headless-services/spring-boot-language-server/pom.xml +++ b/headless-services/spring-boot-language-server/pom.xml @@ -9,7 +9,7 @@ org.springframework.ide.vscode commons-parent - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT ../commons/pom.xml diff --git a/theia-extensions/theia-bosh/bosh/README.md b/theia-extensions/theia-bosh/bosh/README.md index 185c63d24..c37ef8700 100644 --- a/theia-extensions/theia-bosh/bosh/README.md +++ b/theia-extensions/theia-bosh/bosh/README.md @@ -154,4 +154,4 @@ Please report bugs, issues and feature requests on the [Github STS4 issue tracke [goto_symbol]: https://raw.githubusercontent.com/spring-projects/sts4/1bdd6f45aaf779252a2f0203f10da1a67b3c018e/theia-extensions/theia-bosh/bosh/readme-imgs/doc-symbol.png -**Version: 1.10.0** +**Version: 1.11.0** diff --git a/theia-extensions/theia-bosh/bosh/package.json b/theia-extensions/theia-bosh/bosh/package.json index 5f8204706..3ed180109 100644 --- a/theia-extensions/theia-bosh/bosh/package.json +++ b/theia-extensions/theia-bosh/bosh/package.json @@ -6,7 +6,7 @@ "keywords": [ "theia-extension" ], - "version": "1.10.0", + "version": "1.11.0", "files": [ "lib", "src", diff --git a/theia-extensions/theia-bosh/browser-app/package.json b/theia-extensions/theia-bosh/browser-app/package.json index 1076e84d6..86e0a14a2 100644 --- a/theia-extensions/theia-bosh/browser-app/package.json +++ b/theia-extensions/theia-bosh/browser-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "browser-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-bosh": "file:../bosh", "@theia/core": "latest", diff --git a/theia-extensions/theia-bosh/electron-app/package.json b/theia-extensions/theia-bosh/electron-app/package.json index cc88c77aa..12ed7d3df 100644 --- a/theia-extensions/theia-bosh/electron-app/package.json +++ b/theia-extensions/theia-bosh/electron-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "electron-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-bosh": "file:../bosh", "@theia/core": "latest", diff --git a/theia-extensions/theia-bosh/lerna.json b/theia-extensions/theia-bosh/lerna.json index 71e1355ff..e637fd78b 100644 --- a/theia-extensions/theia-bosh/lerna.json +++ b/theia-extensions/theia-bosh/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "1.10.0", + "version": "1.11.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/theia-cf-manifest-yaml/browser-app/package.json b/theia-extensions/theia-cf-manifest-yaml/browser-app/package.json index d17988ab6..9e1de6ff4 100644 --- a/theia-extensions/theia-cf-manifest-yaml/browser-app/package.json +++ b/theia-extensions/theia-cf-manifest-yaml/browser-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "browser-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml", "@theia/core": "latest", diff --git a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/README.md b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/README.md index 8945a4847..9169f357f 100644 --- a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/README.md +++ b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/README.md @@ -47,4 +47,4 @@ read its detailed documentation. [dcfca]: https://raw.githubusercontent.com/spring-projects/sts4/1bdd6f45aaf779252a2f0203f10da1a67b3c018e/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/readme-imgs/dynamic-ca.png [hovers]: https://raw.githubusercontent.com/spring-projects/sts4/1bdd6f45aaf779252a2f0203f10da1a67b3c018e/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/readme-imgs/hovers.png -**Version: 1.10.0** +**Version: 1.11.0** diff --git a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json index 507e560cf..29cf4e2d1 100644 --- a/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json +++ b/theia-extensions/theia-cf-manifest-yaml/cf-manifest-yaml/package.json @@ -6,7 +6,7 @@ "keywords": [ "theia-extension" ], - "version": "1.10.0", + "version": "1.11.0", "files": [ "lib", "src", diff --git a/theia-extensions/theia-cf-manifest-yaml/electron-app/package.json b/theia-extensions/theia-cf-manifest-yaml/electron-app/package.json index 4cf6c2bfa..3953ec49d 100644 --- a/theia-extensions/theia-cf-manifest-yaml/electron-app/package.json +++ b/theia-extensions/theia-cf-manifest-yaml/electron-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "electron-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-cf-manifest-yaml": "file:../cf-manifest-yaml", "@theia/core": "latest", diff --git a/theia-extensions/theia-cf-manifest-yaml/lerna.json b/theia-extensions/theia-cf-manifest-yaml/lerna.json index 71e1355ff..e637fd78b 100644 --- a/theia-extensions/theia-cf-manifest-yaml/lerna.json +++ b/theia-extensions/theia-cf-manifest-yaml/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "1.10.0", + "version": "1.11.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/theia-concourse/browser-app/package.json b/theia-extensions/theia-concourse/browser-app/package.json index a00919e5c..0b2495c6c 100644 --- a/theia-extensions/theia-concourse/browser-app/package.json +++ b/theia-extensions/theia-concourse/browser-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "browser-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-concourse": "file:../concourse", "@theia/core": "latest", diff --git a/theia-extensions/theia-concourse/concourse/README.md b/theia-extensions/theia-concourse/concourse/README.md index d21d7f5c2..f7a565fc8 100644 --- a/theia-extensions/theia-concourse/concourse/README.md +++ b/theia-extensions/theia-concourse/concourse/README.md @@ -87,4 +87,4 @@ Please report bugs, issues and feature requests on the [Github STS4 issue tracke [goto_symbol]: https://raw.githubusercontent.com/spring-projects/sts4/54cf0994b69ef1770ca597a8da325022b19cee69/theia-extensions/theia-concourse/concourse/readme-imgs/doc-symbols.png -**Version: 1.10.0** +**Version: 1.11.0** diff --git a/theia-extensions/theia-concourse/concourse/package.json b/theia-extensions/theia-concourse/concourse/package.json index 638ea1af5..50804043e 100644 --- a/theia-extensions/theia-concourse/concourse/package.json +++ b/theia-extensions/theia-concourse/concourse/package.json @@ -6,7 +6,7 @@ "keywords": [ "theia-extension" ], - "version": "1.10.0", + "version": "1.11.0", "files": [ "lib", "src", diff --git a/theia-extensions/theia-concourse/electron-app/package.json b/theia-extensions/theia-concourse/electron-app/package.json index 2db084f8c..50ee9dd03 100644 --- a/theia-extensions/theia-concourse/electron-app/package.json +++ b/theia-extensions/theia-concourse/electron-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "electron-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-concourse": "file:../concourse", "@theia/core": "latest", diff --git a/theia-extensions/theia-concourse/lerna.json b/theia-extensions/theia-concourse/lerna.json index 71e1355ff..e637fd78b 100644 --- a/theia-extensions/theia-concourse/lerna.json +++ b/theia-extensions/theia-concourse/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "1.10.0", + "version": "1.11.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/theia-spring-boot/browser-app/package.json b/theia-extensions/theia-spring-boot/browser-app/package.json index 0c5093e78..d68bbf03b 100644 --- a/theia-extensions/theia-spring-boot/browser-app/package.json +++ b/theia-extensions/theia-spring-boot/browser-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "browser-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-spring-boot": "file:../spring-boot", "@theia/core": "latest", diff --git a/theia-extensions/theia-spring-boot/electron-app/package.json b/theia-extensions/theia-spring-boot/electron-app/package.json index fbbea8e63..c38be35b4 100644 --- a/theia-extensions/theia-spring-boot/electron-app/package.json +++ b/theia-extensions/theia-spring-boot/electron-app/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "electron-app", - "version": "1.10.0", + "version": "1.11.0", "dependencies": { "@pivotal-tools/theia-spring-boot": "file:../spring-boot", "@theia/core": "latest", diff --git a/theia-extensions/theia-spring-boot/lerna.json b/theia-extensions/theia-spring-boot/lerna.json index 71e1355ff..e637fd78b 100644 --- a/theia-extensions/theia-spring-boot/lerna.json +++ b/theia-extensions/theia-spring-boot/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.13.1", - "version": "1.10.0", + "version": "1.11.0", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/theia-extensions/theia-spring-boot/spring-boot/README.md b/theia-extensions/theia-spring-boot/spring-boot/README.md index c09d12bd2..dc2b47940 100644 --- a/theia-extensions/theia-spring-boot/spring-boot/README.md +++ b/theia-extensions/theia-spring-boot/spring-boot/README.md @@ -119,4 +119,4 @@ Released versions of this extension can be installed directly from npm registry. [java-navigation]: https://raw.githubusercontent.com/spring-projects/sts4/1bdd6f45aaf779252a2f0203f10da1a67b3c018e/theia-extensions/theia-spring-boot/spring-boot/readme-imgs/workspace-symbol.png -**Version: 1.10.0** +**Version: 1.11.0** diff --git a/theia-extensions/theia-spring-boot/spring-boot/package.json b/theia-extensions/theia-spring-boot/spring-boot/package.json index 76c08bfa2..02c56e5a2 100644 --- a/theia-extensions/theia-spring-boot/spring-boot/package.json +++ b/theia-extensions/theia-spring-boot/spring-boot/package.json @@ -6,7 +6,7 @@ "keywords": [ "theia-extension" ], - "version": "1.10.0", + "version": "1.11.0", "files": [ "lib", "src", diff --git a/vscode-extensions/vscode-bosh/package.json b/vscode-extensions/vscode-bosh/package.json index f83d2c76f..e1ec6e902 100644 --- a/vscode-extensions/vscode-bosh/package.json +++ b/vscode-extensions/vscode-bosh/package.json @@ -3,7 +3,7 @@ "displayName": "Bosh Editor", "description": "Provides validation and content assist for various Bosh configuration files", "icon": "icon.png", - "version": "1.10.0", + "version": "1.11.0", "publisher": "Pivotal", "repository": { "type": "git", diff --git a/vscode-extensions/vscode-concourse/package.json b/vscode-extensions/vscode-concourse/package.json index 3430b716f..cd7f3c6fa 100644 --- a/vscode-extensions/vscode-concourse/package.json +++ b/vscode-extensions/vscode-concourse/package.json @@ -3,7 +3,7 @@ "displayName": "Concourse CI Pipeline Editor", "description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files", "icon": "icon.png", - "version": "1.10.0", + "version": "1.11.0", "publisher": "Pivotal", "repository": { "type": "git", diff --git a/vscode-extensions/vscode-manifest-yaml/package.json b/vscode-extensions/vscode-manifest-yaml/package.json index fdaaca35d..c73cacf53 100644 --- a/vscode-extensions/vscode-manifest-yaml/package.json +++ b/vscode-extensions/vscode-manifest-yaml/package.json @@ -3,7 +3,7 @@ "displayName": "Cloudfoundry Manifest YML Support", "description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.", "icon": "icon.png", - "version": "1.10.0", + "version": "1.11.0", "publisher": "Pivotal", "repository": { "type": "git", diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index c623a754a..08fac08b1 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -3,7 +3,7 @@ "displayName": "Spring Boot Tools", "description": "Provides validation and content assist for Spring Boot `application.properties`, `application.yml` properties files. As well as Boot-specific support for `.java` files.", "icon": "spring-boot-logo.png", - "version": "1.10.0", + "version": "1.11.0", "publisher": "Pivotal", "repository": { "type": "git",