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

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new d7b7799  Use https
d7b7799 is described below

commit d7b77994fd49b542d8f8a68d66944deee42262ac
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Fri Jul 10 10:30:19 2020 +0100

    Use https
---
 gradle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/pom.xml b/gradle/pom.xml
index 4bcbf99..a20e4a6 100644
--- a/gradle/pom.xml
+++ b/gradle/pom.xml
@@ -50,7 +50,7 @@
   <repositories>
     <repository>
       <id>gradle-libs-releases-local</id>
-      <url>http://repo.gradle.org/gradle/libs-releases-local/</url>
+      <url>https://repo.gradle.org/gradle/libs-releases-local/</url>
     </repository>
   </repositories>
 </project>

Reply via email to