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

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new c96a939  [CALCITE-3090] Use https for maven central
c96a939 is described below

commit c96a9396e652e7bc1a71572b562e21ec3dc80c02
Author: Josh Elser <[email protected]>
AuthorDate: Fri May 24 12:13:49 2019 -0400

    [CALCITE-3090] Use https for maven central
    
    Closes #99
    
    Signed-off-by: Julian Hyde <[email protected]>
    Signed-off-by: Kevin Risden <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4c1962..cd4b30f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -737,7 +737,7 @@ limitations under the License.
     <repository>
       <id>central</id>
       <name>Central Repository</name>
-      <url>http://repo.maven.apache.org/maven2</url>
+      <url>https://repo.maven.apache.org/maven2</url>
       <layout>default</layout>
       <snapshots>
         <enabled>false</enabled>

Reply via email to