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:26:09 UTC

[camel] branch release/4.0.0-M1 updated: Remove camel-cxf XSD schema 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 5237a13ac26 Remove camel-cxf XSD schema from release script
5237a13ac26 is described below

commit 5237a13ac26beb5631f6ed0cbe6003f755cffec6
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 4 20:24:55 2023 +0100

    Remove camel-cxf XSD schema from release script
---
 etc/scripts/release-website.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index c4fcd9d5b2a..ad8266f8ec1 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -23,7 +23,6 @@ mkdir ${DOWNLOAD} 2>/dev/null
 # The following component contain schema definitions that must be published
 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-security:spring-security" )