This is an automated email from the ASF dual-hosted git repository.
pramod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git
The following commit(s) were added to refs/heads/master by this push:
new 0f016c8 Change dependency to be downloaded from https url
0f016c8 is described below
commit 0f016c82e4e1363b3f7de4ae28138bc7ba896d37
Author: Pramod Immaneni <[email protected]>
AuthorDate: Sun Jun 2 10:25:36 2019 -0700
Change dependency to be downloaded from https url
---
contrib/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/pom.xml b/contrib/pom.xml
index d9aa223..a2264f1 100755
--- a/contrib/pom.xml
+++ b/contrib/pom.xml
@@ -40,7 +40,7 @@
<repositories>
<repository>
<id>couchbase</id>
- <url>http://files.couchbase.com/maven2</url>
+ <url>https://files.couchbase.com/maven2</url>
</repository>
</repositories>