From 82bc276d719452636e0cdbbeef7db694c220730d Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Mon, 30 Jan 2023 20:41:34 +0100 Subject: [PATCH] switch to new vmware publisher org --- vscode-extensions/boot-dev-pack/package.json | 4 ++-- 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 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vscode-extensions/boot-dev-pack/package.json b/vscode-extensions/boot-dev-pack/package.json index 01eae0e3b..f458eeb4f 100644 --- a/vscode-extensions/boot-dev-pack/package.json +++ b/vscode-extensions/boot-dev-pack/package.json @@ -1,7 +1,7 @@ { "name": "vscode-boot-dev-pack", "version": "0.2.0", - "publisher": "Pivotal", + "publisher": "vmware", "displayName": "Spring Boot Extension Pack", "description": "A collection of extensions for developing Spring Boot applications", "license": "EPL-1.0", @@ -32,7 +32,7 @@ "vscode": "^1.26.0" }, "extensionPack": [ - "Pivotal.vscode-spring-boot", + "vmware.vscode-spring-boot", "vscjava.vscode-spring-initializr", "vscjava.vscode-spring-boot-dashboard" ], diff --git a/vscode-extensions/vscode-bosh/package.json b/vscode-extensions/vscode-bosh/package.json index 9b191c549..2a2538adb 100644 --- a/vscode-extensions/vscode-bosh/package.json +++ b/vscode-extensions/vscode-bosh/package.json @@ -4,7 +4,7 @@ "description": "Provides validation and content assist for various Bosh configuration files", "icon": "icon.png", "version": "1.44.0", - "publisher": "Pivotal", + "publisher": "vmware", "repository": { "type": "git", "url": "https://github.com/spring-projects/sts4.git" diff --git a/vscode-extensions/vscode-concourse/package.json b/vscode-extensions/vscode-concourse/package.json index 67af2ca2c..df770088c 100644 --- a/vscode-extensions/vscode-concourse/package.json +++ b/vscode-extensions/vscode-concourse/package.json @@ -4,7 +4,7 @@ "description": "Provides validation and content assist for Concourse CI pipeline and task configuration yml files", "icon": "icon.png", "version": "1.44.0", - "publisher": "Pivotal", + "publisher": "vmware", "repository": { "type": "git", "url": "https://github.com/spring-projects/sts4.git" diff --git a/vscode-extensions/vscode-manifest-yaml/package.json b/vscode-extensions/vscode-manifest-yaml/package.json index 0aacfe25f..32e4b5aab 100644 --- a/vscode-extensions/vscode-manifest-yaml/package.json +++ b/vscode-extensions/vscode-manifest-yaml/package.json @@ -4,7 +4,7 @@ "description": "Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.", "icon": "icon.png", "version": "1.44.0", - "publisher": "Pivotal", + "publisher": "vmware", "repository": { "type": "git", "url": "https://github.com/spring-projects/sts4.git" diff --git a/vscode-extensions/vscode-spring-boot/package.json b/vscode-extensions/vscode-spring-boot/package.json index 3c3ea4a6e..cabb5d3ac 100644 --- a/vscode-extensions/vscode-spring-boot/package.json +++ b/vscode-extensions/vscode-spring-boot/package.json @@ -4,7 +4,7 @@ "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.44.0", - "publisher": "Pivotal", + "publisher": "vmware", "repository": { "type": "git", "url": "https://github.com/spring-projects/sts4.git"