From f761da8c641659d9e5aeaa36f18d9e925655d91c Mon Sep 17 00:00:00 2001 From: James Struga Date: Wed, 24 Jan 2024 14:44:35 -0500 Subject: [PATCH 1/5] Test container bug pointing to rc Signed-off-by: James Struga --- manifest.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index c4333b8e3a..466c5fe362 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -12,9 +12,9 @@ }, "binaryDependencies": { "org.zowe.zlux.zlux-core": { - "version": "2.14.0-RC", + "version": "2.14.0-zlux-server-framework-PR-533", "repository": "libs-snapshot-local", - "artifact": "zlux-core-2.14.0-20240119.184541.pax" + "artifact": "*.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "2.14.0-V2.X-RC", From d49bf8a360f97588e82cbe0a704bbb0a0f0c8d07 Mon Sep 17 00:00:00 2001 From: James Struga Date: Wed, 24 Jan 2024 14:50:57 -0500 Subject: [PATCH 2/5] update pax 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 466c5fe362..0efca1e235 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -14,7 +14,7 @@ "org.zowe.zlux.zlux-core": { "version": "2.14.0-zlux-server-framework-PR-533", "repository": "libs-snapshot-local", - "artifact": "*.pax" + "artifact": "zlux-core-2.14.0-20240124.172356.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "2.14.0-V2.X-RC", From 65c578f8b08be01ce583d9a408a19d67d61d8c42 Mon Sep 17 00:00:00 2001 From: James Struga Date: Thu, 1 Feb 2024 09:40:38 -0500 Subject: [PATCH 3/5] Update manifest.json.template Signed-off-by: James Struga --- manifest.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index 0efca1e235..72ee98ff71 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -12,9 +12,9 @@ }, "binaryDependencies": { "org.zowe.zlux.zlux-core": { - "version": "2.14.0-zlux-server-framework-PR-533", + "version": "2.15.0-zlux-app-server-PR-294", "repository": "libs-snapshot-local", - "artifact": "zlux-core-2.14.0-20240124.172356.pax" + "artifact": "zlux-core-2.15.0-20240201.143548.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "2.14.0-V2.X-RC", From c8426f413c7ffb427b93a66d9cb56ad34af4a4d0 Mon Sep 17 00:00:00 2001 From: James Struga Date: Thu, 1 Feb 2024 11:23:35 -0500 Subject: [PATCH 4/5] Update manifest.json.template Signed-off-by: James Struga --- manifest.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index 72ee98ff71..a69cffb934 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -12,9 +12,9 @@ }, "binaryDependencies": { "org.zowe.zlux.zlux-core": { - "version": "2.15.0-zlux-app-server-PR-294", + "version": "2.15.0-657-v2.x-staging-zlux-build", "repository": "libs-snapshot-local", - "artifact": "zlux-core-2.15.0-20240201.143548.pax" + "artifact": "zlux-core-2.15.0-20240201.161145.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "2.14.0-V2.X-RC", From 4afbc3b4240ceb52a4250fbbe33b5ef9eaefe49e Mon Sep 17 00:00:00 2001 From: James Struga Date: Fri, 2 Feb 2024 09:39:38 -0500 Subject: [PATCH 5/5] Update with container fix Signed-off-by: James Struga --- manifest.json.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json.template b/manifest.json.template index a69cffb934..65de58a3d7 100644 --- a/manifest.json.template +++ b/manifest.json.template @@ -12,9 +12,9 @@ }, "binaryDependencies": { "org.zowe.zlux.zlux-core": { - "version": "2.15.0-657-v2.x-staging-zlux-build", + "version": "2.14.0-RC", "repository": "libs-snapshot-local", - "artifact": "zlux-core-2.15.0-20240201.161145.pax" + "artifact": "zlux-core-2.14.0-20240202.143738.pax" }, "org.zowe.zlux.sample-angular-app": { "version": "2.14.0-V2.X-RC",