This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 2dc3e63b22d Update XSD schema location for CXF
2dc3e63b22d is described below

commit 2dc3e63b22d3b165a7a60d7d8e15088ff5adc7a5
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Mon Oct 3 13:56:50 2022 +0200

    Update XSD schema location for CXF
---
 etc/scripts/release-website.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index b9af113bb4f..b5365d404b8 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -24,9 +24,12 @@ mkdir ${DOWNLOAD} 2>/dev/null
 RUNDIR=$(cd ${0%/*} && echo $PWD)
 COMPLIST=( "camel-spring-xml:spring-xml"
   "camel-cxf:cxf"
+  "camel-cxf-spring-rest:cxf/jaxrs"
+  "camel-cxf-spring-soap:cxf/jaxws"
   "camel-spring-integration:spring/integration"
   "camel-spring-security:spring-security"
-  "karaf/camel-blueprint:blueprint" )
+  "karaf/camel-blueprint:blueprint"
+  "karaf/camel-cxf-blueprint:cxf" )
 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";

Reply via email to