This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new b79976e Use https instead of http for xsd location
b79976e is described below
commit b79976eb2f1e056f6f9cb0e59bae57d20fbecbb7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Jul 20 17:33:02 2021 +0200
Use https instead of http for xsd location
---
examples/languages/hello.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/languages/hello.xml b/examples/languages/hello.xml
index 891f123..75ae138 100644
--- a/examples/languages/hello.xml
+++ b/examples/languages/hello.xml
@@ -17,7 +17,7 @@
xmlns="http://camel.apache.org/schema/spring"
xsi:schemaLocation="
http://camel.apache.org/schema/spring
- http://camel.apache.org/schema/spring/camel-spring.xsd">
+ https://camel.apache.org/schema/spring/camel-spring.xsd">
<route id="hello">
<from uri="timer:hello?period=3000"/>