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
 
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel)
-[![Javadocs](http://www.javadoc.io/badge/org.apache.camel/apache-camel.svg?color=brightgreen)](http://www.javadoc.io/doc/org.apache.camel/camel-core)
-[![Stack 
Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](http://stackoverflow.com/questions/tagged/apache-camel)
+[![Javadocs](http://www.javadoc.io/badge/org.apache.camel/apache-camel.svg?color=brightgreen)](https://www.javadoc.io/doc/org.apache.camel/camel-core)
+[![Stack 
Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](https://stackoverflow.com/questions/tagged/apache-camel)
 
[![Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://camel.zulipchat.com/)
 
[![Twitter](https://img.shields.io/twitter/follow/ApacheCamel.svg?label=Follow&style=social)](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>
 

Reply via email to