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 2021/03/28 09:31:53 UTC

[camel] branch master updated: Update new location of Spring XML schema

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f2d192  Update new location of Spring XML schema
5f2d192 is described below

commit 5f2d192f70c61b00c8ea9ef4a4f14385de3fe5e7
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Mar 28 11:31:30 2021 +0200

    Update new location of Spring XML schema
---
 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 6e68d6e..e1bd873 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -22,7 +22,7 @@ mkdir ${DOWNLOAD} 2>/dev/null
 
 # The following component contain schema definitions that must be published
 RUNDIR=$(cd ${0%/*} && echo $PWD)
-COMPLIST=( "camel-spring:spring"
+COMPLIST=( "camel-spring-xml:spring-xml"
   "camel-cxf:cxf"
   "camel-spring-integration:spring/integration"
   "camel-spring-security:spring-security"