You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/05/21 16:54:32 UTC

[qpid-broker-j] 02/02: NO-JIRA: ensure use of https for BDBJE repository

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 84700b9c0341c26393d9e826509613d7bf530c86
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue May 21 17:35:39 2019 +0100

    NO-JIRA: ensure use of https for BDBJE repository
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 341e91e..c225eee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -974,7 +974,7 @@
     <!-- For the BDB JE dependency of the optional bdbstore plugin modules-->
     <repository>
       <id>oracle.releases</id>
-      <url>http://download.oracle.com/maven</url>
+      <url>https://download.oracle.com/maven</url>
       <layout>default</layout>
       <releases>
         <enabled>true</enabled>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org