You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/02/04 19:18:50 UTC

[camel] branch release/4.0.0-M1 updated: Remove Karaf XSD schemas from release script

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

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


The following commit(s) were added to refs/heads/release/4.0.0-M1 by this push:
     new 004b9eba6ca Remove Karaf XSD schemas from release script
004b9eba6ca is described below

commit 004b9eba6cac6ed5a5fc4b338833fb7d7da0d4ed
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 4 20:18:12 2023 +0100

    Remove Karaf XSD schemas from release script
---
 etc/scripts/release-website.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index 704d5637996..c4fcd9d5b2a 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -26,9 +26,7 @@ COMPLIST=( "camel-spring-xml:spring-xml"
   "camel-cxf:cxf"
   "camel-cxf-spring-rest:cxf/jaxrs"
   "camel-cxf-spring-soap:cxf/jaxws"
-  "camel-spring-security:spring-security"
-  "karaf/camel-blueprint:blueprint"
-  "karaf/camel-cxf-blueprint:cxf" )
+  "camel-spring-security:spring-security" )
 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"