This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6d1fdea432252c2552c7b477671b5e383c8e378a Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Sep 5 10:14:02 2020 +0200 Fix Camel Blueprint XML Schema path --- etc/scripts/release-website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh index d72ec57..6e68d6e 100755 --- a/etc/scripts/release-website.sh +++ b/etc/scripts/release-website.sh @@ -26,7 +26,7 @@ COMPLIST=( "camel-spring:spring" "camel-cxf:cxf" "camel-spring-integration:spring/integration" "camel-spring-security:spring-security" - "camel-blueprint:blueprint" ) + "karaf/camel-blueprint:blueprint" ) 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"