This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new e3f4d4e27e3 chore: avoid using unsecured http
e3f4d4e27e3 is described below
commit e3f4d4e27e3dd4af9c07a3bdb1124b9ec62d99e4
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Dec 20 09:13:37 2024 +0100
chore: avoid using unsecured http
Signed-off-by: Aurélien Pupier <[email protected]>
---
README.md | 6 +++---
pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5d1504f91b8..16a9445d1f8 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# Apache Camel Spring Boot Support
[](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel)
-[](http://www.javadoc.io/doc/org.apache.camel/camel-core)
-[](http://stackoverflow.com/questions/tagged/apache-camel)
+[](https://www.javadoc.io/doc/org.apache.camel/camel-core)
+[](https://stackoverflow.com/questions/tagged/apache-camel)
[](https://camel.zulipchat.com/)
[](https://twitter.com/ApacheCamel)
-[Apache Camel](http://camel.apache.org/) is a powerful open source integration
framework based on known
+[Apache Camel](https://camel.apache.org/) is a powerful open source
integration framework based on known
Enterprise Integration Patterns with powerful bean integration.
### Introduction
diff --git a/pom.xml b/pom.xml
index d5b0c6aaa13..71a21d0d172 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<email>[email protected]</email>
<url>https://camel.apache.org</url>
<organization>Apache Software Foundation</organization>
- <organizationUrl>http://apache.org/</organizationUrl>
+ <organizationUrl>https://apache.org/</organizationUrl>
</developer>
</developers>