This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit a22cc7530c9438a775446d70872c482ae1882bf8 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Oct 29 08:08:02 2019 +0100 CAMEL-13952: Corrected url to use https --- pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 285f2b0..35fb917 100644 --- a/pom.xml +++ b/pom.xml @@ -33,20 +33,17 @@ <packaging>pom</packaging> <name>Camel</name> - <description>Camel build POM</description> - <url>http://camel.apache.org</url> + <description>Camel Root POM</description> + <url>https://camel.apache.org</url> <inceptionYear>2007</inceptionYear> <developers> <developer> <name>The Apache Camel Team</name> <email>[email protected]</email> - <url>http://camel.apache.org</url> + <url>https://camel.apache.org</url> <organization>Apache Software Foundation</organization> <organizationUrl>http://apache.org/</organizationUrl> - <properties> - <picUrl>http://camel.apache.org/banner.data/apache-camel-7.png</picUrl> - </properties> </developer> </developers>
