You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2019/05/24 19:08:07 UTC

[calcite-avatica] 01/02: Revert "[CALCITE-3090] Use https for maven central"

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

commit 726d07b5ccc177a44c86c495d594cb1f22ad3763
Author: Josh Elser <el...@apache.org>
AuthorDate: Fri May 24 13:39:02 2019 -0400

    Revert "[CALCITE-3090] Use https for maven central"
    
    This reverts commit c96a9396e652e7bc1a71572b562e21ec3dc80c02.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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