From 28f091a20dee16367c61a684fe220ac65dccae54 Mon Sep 17 00:00:00 2001 From: James Struga Date: Mon, 15 Dec 2025 12:50:24 -0500 Subject: [PATCH 1/2] [TEST] node 24 Signed-off-by: James Struga --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index b1dfa1b045..cb6f0e03a9 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -16,7 +16,7 @@ "artifact": "zowe-server-*.pax.Z" }, "org.zowe.zlux.zlux-core": { - "version": "^3.0.0-V3.X-STAGING-ZLUX-CORE", + "version": "3.4.0-zlux-server-framework-PR-639", "artifact": "*.pax" }, "org.zowe.zlux.sample-angular-app": { From 95fe46849505122eaaecd88382690dea34200b43 Mon Sep 17 00:00:00 2001 From: James Struga Date: Mon, 15 Dec 2025 13:21:37 -0500 Subject: [PATCH 2/2] Update manifest.json.template Signed-off-by: James Struga --- manifest.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json.template b/manifest.json.template index cb6f0e03a9..4cf1425629 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -17,7 +17,7 @@ }, "org.zowe.zlux.zlux-core": { "version": "3.4.0-zlux-server-framework-PR-639", - "artifact": "*.pax" + "artifact": "zlux-core-3.4.0-20251215.173854.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "^3.0.0-V3.X-STAGING",