This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 76c3620 Update jcenter repository url to https
new d4f3ac1 Merge pull request #25 from fpapon/HTTPS-REPO
76c3620 is described below
commit 76c362034151567d946aa57a640e3442c3203906
Author: Francois Papon <[email protected]>
AuthorDate: Tue Feb 11 16:05:17 2020 +0100
Update jcenter repository url to https
---
webbeans-gradle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webbeans-gradle/pom.xml b/webbeans-gradle/pom.xml
index 73f6ab1..0d8c79f 100644
--- a/webbeans-gradle/pom.xml
+++ b/webbeans-gradle/pom.xml
@@ -47,7 +47,7 @@
<repositories>
<repository>
<id>jcenter</id>
- <url>http://jcenter.bintray.com</url>
+ <url>https://jcenter.bintray.com</url>
</repository>
</repositories>
</project>