This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new 904430dfd feat(release): uses release/struts-6-8-x as based branch for
next Struts 6.x release (#1457)
904430dfd is described below
commit 904430dfdb67f975357b1c73438b9e93d499e60e
Author: Lukasz Lenart <[email protected]>
AuthorDate: Thu Dec 11 11:17:24 2025 +0100
feat(release): uses release/struts-6-8-x as based branch for next Struts
6.x release (#1457)
---
.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 {