This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 0f23957a03f Add camel-xml-io to website artifacts (#18217) 0f23957a03f is described below commit 0f23957a03f7602bf3a4999596c329bd6c7ad366 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Thu May 29 17:20:57 2025 +0200 Add camel-xml-io to website artifacts (#18217) --- 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"