diff --git a/.pax/prepare-workspace.sh b/.pax/prepare-workspace.sh index 53d9a08..578d54a 100755 --- a/.pax/prepare-workspace.sh +++ b/.pax/prepare-workspace.sh @@ -98,7 +98,7 @@ cp -r webClient "${PAX_WORKSPACE_DIR}/content" # clone zss and copy to dataService (zss cannot be built on Unix) echo "[${SCRIPT_NAME}] clone zss and copy to dataService" -git clone --recursive https://github.com/zowe/zss/ # this line also downloads zowe-common-c +git clone --recursive https://github.com/zowe/zss/ -b v2.x/staging # this line also downloads zowe-common-c rm -rf zss/.git* cp -r zss dataService/build diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf44ca..5c97888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the IP Explorer app will be documented in this file. +## 1.0.2 +- Bugfix: In prepare-workspace.sh, corrected the clone step to point to the correct branch of zss repository.(#49) + ## 1.0.1 - Bugfix: Schema file was not included, preventing installation as a component