From 05fc40fefda28bd9817a20c384c84df0b1901fd9 Mon Sep 17 00:00:00 2001 From: struga0258 Date: Wed, 24 Jul 2024 15:09:34 +0000 Subject: [PATCH] v2.18.0 Signed-off-by: struga0258 --- build/zis.proj.env | 4 ++-- build/zss.proj.env | 2 +- manifest.template.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/zis.proj.env b/build/zis.proj.env index 71ec6ee7..b1bf03a7 100644 --- a/build/zis.proj.env +++ b/build/zis.proj.env @@ -1,4 +1,4 @@ PROJECT="zis" -VERSION=2.17.0 -DYNLINK_PLUGIN_VERSION=10 +VERSION=2.18.0 +DYNLINK_PLUGIN_VERSION=11 DEPS="" diff --git a/build/zss.proj.env b/build/zss.proj.env index 756da404..5140ad0d 100644 --- a/build/zss.proj.env +++ b/build/zss.proj.env @@ -1,5 +1,5 @@ PROJECT="zss" -VERSION=2.17.0 +VERSION=2.18.0 DEPS="QUICKJS LIBYAML" QUICKJS="quickjs" diff --git a/manifest.template.yaml b/manifest.template.yaml index c844992b..55b0ee45 100644 --- a/manifest.template.yaml +++ b/manifest.template.yaml @@ -3,7 +3,7 @@ name: zss # Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/. id: org.zowe.zss # Without the v -version: 2.17.0 +version: 2.18.0 # Component version is defined in gradle.properties for Gradle project # Human readable component name title: Zowe System Services (ZSS)