diff --git a/.github/workflows/image-publish-branch.yml b/.github/workflows/image-publish-branch.yml index 2d4b3f1491..e4d4127f50 100644 --- a/.github/workflows/image-publish-branch.yml +++ b/.github/workflows/image-publish-branch.yml @@ -42,7 +42,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: service: ${{ github.event.inputs.service }} forceNoRelease: true diff --git a/.github/workflows/image-snapshot-release.yml b/.github/workflows/image-snapshot-release.yml index c698ddcab9..48daec2ee7 100644 --- a/.github/workflows/image-snapshot-release.yml +++ b/.github/workflows/image-snapshot-release.yml @@ -22,7 +22,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: forceNoRelease: true secrets: diff --git a/.github/workflows/image-specific-release.yml b/.github/workflows/image-specific-release.yml index 511e77efc1..715c9d5c46 100644 --- a/.github/workflows/image-specific-release.yml +++ b/.github/workflows/image-specific-release.yml @@ -25,7 +25,7 @@ jobs: publish-images: needs: - build-test-services - uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v2.x.x + uses: zowe/api-layer/.github/workflows/build-conformant-images.yml@v1.x.x with: version: ${{ github.event.inputs.release_version }} secrets: diff --git a/gateway-service/src/main/resources/ehcache.xml b/gateway-service/src/main/resources/ehcache.xml index 549ce839d8..31dd1a2d7a 100644 --- a/gateway-service/src/main/resources/ehcache.xml +++ b/gateway-service/src/main/resources/ehcache.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.6.xsd"> @@ -20,6 +20,7 @@ 1 10 + diff --git a/gradle.properties b/gradle.properties index f339ac7ecc..c8cdb50c62 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ artifactoryPublishingMavenRepo=https://zowe.jfrog.io/zowe/libs-release-local artifactoryPublishingMavenSnapshotRepo=https://zowe.jfrog.io/zowe/libs-snapshot-local # Artifacts version -version=1.28.23-SNAPSHOT +version=1.28.24-SNAPSHOT defaultSpringBootVersion=2.0.2.RELEASE defaultSpringBootCloudVersion=2.0.0.RELEASE diff --git a/onboarding-enabler-nodejs/package.json b/onboarding-enabler-nodejs/package.json index 036196aa3b..1b694a9d4a 100644 --- a/onboarding-enabler-nodejs/package.json +++ b/onboarding-enabler-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/apiml-onboarding-enabler-nodejs", - "version": "1.28.22", + "version": "1.28.23", "description": "NodeJS enabler for Zowe API Mediation Layer", "main": "src/index.js", "scripts": {