This is an automated email from the ASF dual-hosted git repository.
zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 222b091 PARQUET-1585: Update old external links in the code base
(#644)
222b091 is described below
commit 222b0918b80b72cb6e750adebb19e6da45547492
Author: Zoltan Ivanfi <[email protected]>
AuthorDate: Fri May 24 15:28:16 2019 +0200
PARQUET-1585: Update old external links in the code base (#644)
---
dev/travis-before_install.sh | 2 +-
parquet-cascading/pom.xml | 2 +-
parquet-cascading3/pom.xml | 2 +-
parquet-format-structures/pom.xml | 2 +-
parquet-scala/pom.xml | 4 ++--
parquet-scrooge/pom.xml | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev/travis-before_install.sh b/dev/travis-before_install.sh
index 67fee74..c87c8b5 100644
--- a/dev/travis-before_install.sh
+++ b/dev/travis-before_install.sh
@@ -29,7 +29,7 @@ sudo apt-get install -qq build-essential pv autoconf automake
libtool curl make
libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
xmlstarlet
date
pwd
-wget -nv
http://archive.apache.org/dist/thrift/${THIFT_VERSION}/thrift-${THIFT_VERSION}.tar.gz
+wget -nv
https://archive.apache.org/dist/thrift/${THIFT_VERSION}/thrift-${THIFT_VERSION}.tar.gz
tar zxf thrift-${THIFT_VERSION}.tar.gz
cd thrift-${THIFT_VERSION}
chmod +x ./configure
diff --git a/parquet-cascading/pom.xml b/parquet-cascading/pom.xml
index a81df46..5cfe39c 100644
--- a/parquet-cascading/pom.xml
+++ b/parquet-cascading/pom.xml
@@ -35,7 +35,7 @@
<repositories>
<repository>
<id>conjars.org</id>
- <url>http://conjars.org/repo</url>
+ <url>https://conjars.org/repo</url>
</repository>
</repositories>
diff --git a/parquet-cascading3/pom.xml b/parquet-cascading3/pom.xml
index de618cc..4e5c4ad 100644
--- a/parquet-cascading3/pom.xml
+++ b/parquet-cascading3/pom.xml
@@ -35,7 +35,7 @@
<repositories>
<repository>
<id>conjars.org</id>
- <url>http://conjars.org/repo</url>
+ <url>https://conjars.org/repo</url>
</repository>
</repositories>
diff --git a/parquet-format-structures/pom.xml
b/parquet-format-structures/pom.xml
index 5ec79ae..a5dbabb 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -31,7 +31,7 @@
<packaging>jar</packaging>
<name>Apache Parquet Format Structures</name>
- <url>http://parquet.apache.org/</url>
+ <url>https://parquet.apache.org/</url>
<description>Parquet-mr related java classes to use the parquet-format
thrift structures.</description>
<properties>
diff --git a/parquet-scala/pom.xml b/parquet-scala/pom.xml
index 1c109cd..0431317 100644
--- a/parquet-scala/pom.xml
+++ b/parquet-scala/pom.xml
@@ -36,14 +36,14 @@
<repository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
- <url>http://scala-tools.org/repo-releases</url>
+ <url>https://scala-tools.org/repo-releases</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>scala-tools.org</id>
<name>Scala-tools Maven2 Repository</name>
- <url>http://scala-tools.org/repo-releases</url>
+ <url>https://scala-tools.org/repo-releases</url>
</pluginRepository>
</pluginRepositories>
diff --git a/parquet-scrooge/pom.xml b/parquet-scrooge/pom.xml
index e8a9b63..33cf01a 100644
--- a/parquet-scrooge/pom.xml
+++ b/parquet-scrooge/pom.xml
@@ -35,7 +35,7 @@
<repositories>
<repository>
<id>conjars.org</id>
- <url>http://conjars.org/repo</url>
+ <url>https://conjars.org/repo</url>
</repository>
</repositories>