From e1a859b16cb8558a90f1b72ddb52eb779990efc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Apr 2025 15:22:18 +0000 Subject: [PATCH 1/6] Release 1.4.3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 93ec129e..35b24995 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.4.3-SNAPSHOT +version=1.4.3 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true From c42ea5be7d6699af0267ca34dde9567fcb677677 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Apr 2025 15:22:30 +0000 Subject: [PATCH 2/6] Release 1.3.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index df004077..2c696ed9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.3.6-SNAPSHOT +version=1.3.6 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true From fb619ee188befe8d2c2ceef161819dce61175730 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Apr 2025 15:40:48 +0000 Subject: [PATCH 3/6] Next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2c696ed9..7c2c17b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.3.6 +version=1.3.7-SNAPSHOT org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true From a13d7cda999ce669785004443d56c30ecb779e39 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:36:20 -0400 Subject: [PATCH 4/6] Temporarily modify workflow to complete 1.4.3 release --- .../continuous-integration-workflow.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 43ae08c6..9c3c711c 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -30,13 +30,13 @@ jobs: with: test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+ secrets: inherit - deploy-artifacts: - name: Deploy Artifacts - needs: [build, test] - uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1 - with: - should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} - secrets: inherit +# deploy-artifacts: +# name: Deploy Artifacts +# needs: [build, test] +# uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1 +# with: +# should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} +# secrets: inherit deploy-docs: name: Deploy Docs needs: [build, test] @@ -46,11 +46,11 @@ jobs: secrets: inherit perform-release: name: Perform Release - needs: [deploy-artifacts, deploy-docs] + needs: [deploy-docs] uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1 with: - should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} - project-version: ${{ needs.deploy-artifacts.outputs.project-version }} + should-perform-release: true + project-version: 1.4.3 milestone-repo-url: https://repo.spring.io/artifactory/milestone release-repo-url: https://repo1.maven.org/maven2 artifact-path: org/springframework/security/spring-security-oauth2-authorization-server From ec9f5efa7b92c637b3dbfcb489a0360f6f294279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Apr 2025 19:41:51 +0000 Subject: [PATCH 5/6] Next development version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 35b24995..96a5c67e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=1.4.3 +version=1.4.4-SNAPSHOT org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError org.gradle.parallel=true org.gradle.caching=true From 02f9d1e1c3a243a6cbf85e4f29e8ee87d8cc5eb4 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:45:04 -0400 Subject: [PATCH 6/6] Revert "Temporarily modify workflow to complete 1.4.3 release" This reverts commit a13d7cda999ce669785004443d56c30ecb779e39. --- .../continuous-integration-workflow.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 9c3c711c..43ae08c6 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -30,13 +30,13 @@ jobs: with: test-args: --refresh-dependencies --stacktrace -PforceMavenRepositories=snapshot -PspringFrameworkVersion=6.2.+ -PspringSecurityVersion=6.4.+ secrets: inherit -# deploy-artifacts: -# name: Deploy Artifacts -# needs: [build, test] -# uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1 -# with: -# should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} -# secrets: inherit + deploy-artifacts: + name: Deploy Artifacts + needs: [build, test] + uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1 + with: + should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }} + secrets: inherit deploy-docs: name: Deploy Docs needs: [build, test] @@ -46,11 +46,11 @@ jobs: secrets: inherit perform-release: name: Perform Release - needs: [deploy-docs] + needs: [deploy-artifacts, deploy-docs] uses: spring-io/spring-security-release-tools/.github/workflows/perform-release.yml@v1 with: - should-perform-release: true - project-version: 1.4.3 + should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }} + project-version: ${{ needs.deploy-artifacts.outputs.project-version }} milestone-repo-url: https://repo.spring.io/artifactory/milestone release-repo-url: https://repo1.maven.org/maven2 artifact-path: org/springframework/security/spring-security-oauth2-authorization-server