This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch feat/release-6-8-x-setup in repository https://gitbox.apache.org/repos/asf/struts.git
commit 420412ea597ad6358a4dc3088344e1da65e91d50 Author: Lukasz Lenart <[email protected]> AuthorDate: Thu Dec 11 10:59:52 2025 +0100 feat(release): uses release/struts-6-8-x as based branch for next Struts 6.x release --- .github/dependabot.yml | 2 +- Jenkinsfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0a6510b7b..f09e2bee6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,4 +13,4 @@ updates: directory: "/" schedule: interval: "weekly" - target-branch: "release/struts-6-7-x" + target-branch: "release/struts-6-8-x" diff --git a/Jenkinsfile b/Jenkinsfile index 5dc1e2e13..d1d6c7b5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -105,7 +105,7 @@ pipeline { when { anyOf { branch 'main' - branch 'release/struts-6-7-x' + branch 'release/struts-6-8-x' } } steps { @@ -119,7 +119,7 @@ pipeline { when { anyOf { branch 'main' - branch 'release/struts-6-7-x' + branch 'release/struts-6-8-x' } } steps { @@ -132,7 +132,7 @@ pipeline { when { anyOf { branch 'main' - branch 'release/struts-6-7-x' + branch 'release/struts-6-8-x' } } steps {
