From db8077883e1d25814b1ea7753dceb979d9cc75cc Mon Sep 17 00:00:00 2001 From: malara Date: Mon, 13 May 2024 13:48:04 +0200 Subject: [PATCH 1/3] Changelog update and github actions java version update --- .github/workflows/release.yml | 4 ++-- .github/workflows/run-ui-tests.yml | 6 +++--- CHANGELOG.md | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 470400d..0301b1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,10 @@ jobs: # Setup Java 11 environment for the next steps - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: distribution: zulu - java-version: 11 + java-version: 17 cache: gradle # Set environment variables diff --git a/.github/workflows/run-ui-tests.yml b/.github/workflows/run-ui-tests.yml index 3108cf1..06b54c0 100644 --- a/.github/workflows/run-ui-tests.yml +++ b/.github/workflows/run-ui-tests.yml @@ -35,12 +35,12 @@ jobs: - name: Fetch Sources uses: actions/checkout@v2.4.0 - # Setup Java 11 environment for the next steps + # Setup Java 17 environment for the next steps - name: Setup Java - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: distribution: zulu - java-version: 11 + java-version: 17 cache: gradle # Run IDEA prepared for UI testing diff --git a/CHANGELOG.md b/CHANGELOG.md index ab2f6fe..1643a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## Unreleased +## 0.0.11 + ### Update - Supported SSDK 17.0.0 From d1d426587dcf04a799f9775ffbea293c9b737925 Mon Sep 17 00:00:00 2001 From: malara Date: Mon, 13 May 2024 13:52:40 +0200 Subject: [PATCH 2/3] Changelog update and BB plugin version update --- CHANGELOG.md | 4 +++- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1643a37..3761d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,13 @@ ## Unreleased -## 0.0.11 +## 0.0.12 ### Update - Supported SSDK 17.0.0 +## 0.0.11 + ### Update - Supported SSDK 16.0.1 - Fix broken ExampleControllerIT.java diff --git a/gradle.properties b/gradle.properties index a967de4..322e8f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.backbase pluginName = backbase-services-toolkit # SemVer format -> https://semver.org -pluginVersion = 0.0.11 +pluginVersion = 0.0.12 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. From 8a5eda5bdaedeb46b1fd9bc4fa134fca12c8cb03 Mon Sep 17 00:00:00 2001 From: malara Date: Mon, 13 May 2024 13:54:23 +0200 Subject: [PATCH 3/3] Revert as the bot autamates version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 322e8f0..a967de4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.backbase pluginName = backbase-services-toolkit # SemVer format -> https://semver.org -pluginVersion = 0.0.12 +pluginVersion = 0.0.11 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.