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:09 UTC

[calcite] 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.git

commit b31899709565a7d7601b2465d6dfd28d909ac081
Author: Josh Elser <el...@apache.org>
AuthorDate: Fri May 24 13:37:37 2019 -0400

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

diff --git a/pom.xml b/pom.xml
index 84f23df..8b67f71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1111,7 +1111,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>