You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2019/05/22 08:33:21 UTC

[activemq] branch master updated: Switch to using a https URL in the mqtt pom

This is an automated email from the ASF dual-hosted git repository.

gtully pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new b657972  Switch to using a https URL in the mqtt pom
     new e59c6b6  Merge pull request #360 from coheigea/https
b657972 is described below

commit b65797245bb12838eb9846410cd735a8892be9ae
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 21 15:21:25 2019 +0100

    Switch to using a https URL in the mqtt pom
---
 activemq-mqtt/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index 15fb1b1..d8ac05c 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -320,7 +320,7 @@
       <!-- for the paho dependency -->
       <repository>
           <id>spring.io</id>
-          <url>http://repo.spring.io/plugins-release</url>
+          <url>https://repo.spring.io/plugins-release</url>
           <releases><enabled>true</enabled></releases>
           <snapshots><enabled>false</enabled></snapshots>
       </repository>