From 677cd96e134a418add32d65364c0fb617a9e1582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Hern=C3=A1n=20Carle?= Date: Fri, 13 Dec 2024 11:37:42 +0100 Subject: [PATCH] update discovery to use custom version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo HernĂ¡n Carle --- manifest.json.template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index 7e9f3b1841..572aaeeedc 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -62,9 +62,8 @@ "exclusions": ["*PR*.zip"] }, "org.zowe.apiml.discovery-package": { - "version": "^3.0.3-SNAPSHOT", - "artifact": "discovery-*.zip", - "exclusions": ["*PR*.zip"] + "version": "3.0.49-PR-3930-SNAPSHOT", + "artifact": "discovery-*.zip" }, "org.zowe.apiml.gateway-package": { "version": "^3.0.3-SNAPSHOT",