From b08a06aa762b74e6c782c4349228c5e62c3fa536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Oct 2022 18:55:50 +0000 Subject: [PATCH 1/2] Release 5.6.8 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e7a57e2309..21d4582064 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ springJavaformatVersion=0.0.31 springBootVersion=2.4.2 springFrameworkVersion=5.3.23 openSamlVersion=3.4.6 -version=5.6.8-SNAPSHOT +version=5.6.8 kotlinVersion=1.5.32 samplesBranch=5.6.x org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError From ff055cf07aa7f6194e26e9e56b9acac5c623d4d4 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Mon, 17 Oct 2022 14:24:13 -0600 Subject: [PATCH 2/2] Remote antoraUpdateVersion task from CI --- .github/workflows/continuous-integration-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 3ec3439ff2..cd4db228a0 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -271,7 +271,6 @@ jobs: export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY" echo "Updating $REPO@$VERSION to next snapshot version." ./gradlew :updateToSnapshotVersion - ./gradlew :spring-security-docs:antoraUpdateVersion git commit -am "Next development version" git push perform_post_release: