This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit eeb42d0af8f9b5cf84ae1ffab7af4fe27fe6e80d Author: Claus Ibsen <[email protected]> AuthorDate: Thu Aug 4 08:26:58 2022 +0200 Move spring XSD schemas into the correct folder --- .../camel-spring-xml-3.14.4.xsd => spring/camel-spring-3.14.4.xsd} | 0 .../camel-spring-xml-3.18.0.xsd => spring/camel-spring-3.18.0.xsd} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/static/schema/spring-xml/camel-spring-xml-3.14.4.xsd b/static/schema/spring/camel-spring-3.14.4.xsd similarity index 100% rename from static/schema/spring-xml/camel-spring-xml-3.14.4.xsd rename to static/schema/spring/camel-spring-3.14.4.xsd diff --git a/static/schema/spring-xml/camel-spring-xml-3.18.0.xsd b/static/schema/spring/camel-spring-3.18.0.xsd similarity index 100% rename from static/schema/spring-xml/camel-spring-xml-3.18.0.xsd rename to static/schema/spring/camel-spring-3.18.0.xsd
