From 5c831096f98ea196748ec728461254f7b48b8fa4 Mon Sep 17 00:00:00 2001 From: Timothy Johnson Date: Wed, 1 May 2024 08:22:45 -0400 Subject: [PATCH] Update ZE component versions for 2.16.0 Signed-off-by: Timothy Johnson --- README.md | 2 +- manifest.json.template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b913752be2..ff5b649cb5 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ For each Zowe component, we have point of contact(s) in case if we want to confi - zowe-cli-ims-plugin - Explorer (Visual Studio Code Extension): Fernando Rijo Cedeno, Mark Ackert * Source Dependencies - - vscode-extension-for-zowe + - zowe-explorer-vscode - License: Mark Ackert * Binary Dependencies - org.zowe.licenses diff --git a/manifest.json.template b/manifest.json.template index aacde2e4e6..da53e5db67 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -371,8 +371,8 @@ { "componentGroup": "Zowe Visual Studio Code Extension", "entries": [{ - "repository": "vscode-extension-for-zowe", - "tag": "v2.14.1", + "repository": "zowe-explorer-vscode", + "tag": "v2.15.4", "destinations": ["Visual Studio Code Marketplace"] }] },