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/08/14 08:42:59 UTC

[camel] branch main updated (5da2c41dc86 -> 76021b0a418)

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

gzurowski pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5da2c41dc86 camel-jbang - Upgrade to quarkus 3.2.4
     new 52fe050521d Remove former camel-cxf XSD
     new 76021b0a418 Remove Karaf XSDs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 etc/scripts/release-website.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


[camel] 02/02: Remove Karaf XSDs

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 76021b0a4184ee9ce5d454c9c5510b65cc8fcd04
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 14 10:42:37 2023 +0200

    Remove Karaf XSDs
---
 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 cfe4762b772..ad8266f8ec1 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -25,9 +25,7 @@ RUNDIR=$(cd ${0%/*} && echo $PWD)
 COMPLIST=( "camel-spring-xml:spring-xml"
   "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"


[camel] 01/02: Remove former camel-cxf XSD

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 52fe050521d3f7f009a943c07646a01f003377cb
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 14 10:42:14 2023 +0200

    Remove former camel-cxf XSD
---
 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 704d5637996..cfe4762b772 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"