This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.12.0 in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/release/4.12.0 by this push: new d4b467da78d Add camel-xml-io to website artifacts d4b467da78d is described below commit d4b467da78dac612ebce07987d415aef56117fc6 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Thu May 29 14:52:49 2025 +0000 Add camel-xml-io to website artifacts --- etc/scripts/release-website.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh index ad8266f8ec1..8d8b493ba21 100755 --- a/etc/scripts/release-website.sh +++ b/etc/scripts/release-website.sh @@ -25,7 +25,8 @@ RUNDIR=$(cd ${0%/*} && echo $PWD) COMPLIST=( "camel-spring-xml:spring-xml" "camel-cxf-spring-rest:cxf/jaxrs" "camel-cxf-spring-soap:cxf/jaxws" - "camel-spring-security:spring-security" ) + "camel-spring-security:spring-security" + "camel-xml-io:xml-io" ) SITE_DIR="${DOWNLOAD}/websites/production/camel" WEBSITE_URL="https://svn.apache.org/repos/infra/websites/production/camel/content" GIT_WEBSITE_URL="https://gitbox.apache.org/repos/asf/camel-website.git"