You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/05/29 15:13:39 UTC

[tika] 02/03: swap http -> https

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

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit c240c56afe3b168aa9e56634671592fecfa79960
Author: TALLISON <ta...@apache.org>
AuthorDate: Wed May 29 11:11:05 2019 -0400

    swap http -> https
---
 pom.xml                                                               | 4 ++--
 .../resources/org/apache/tika/parser/ner/opennlp/ModelGetter.groovy   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f1fa8c1..5afe327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>tika</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tika</name>
-  <url>http://tika.apache.org</url>
+  <url>https://tika.apache.org</url>
 
   <modules>
     <module>tika-parent</module>
@@ -192,7 +192,7 @@ least three +1 Tika PMC votes are cast.
   </description>
   <organization>
     <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
+    <url>https://www.apache.org</url>
   </organization>
   <issueManagement>
     <system>JIRA</system>
diff --git a/tika-parsers/src/test/resources/org/apache/tika/parser/ner/opennlp/ModelGetter.groovy b/tika-parsers/src/test/resources/org/apache/tika/parser/ner/opennlp/ModelGetter.groovy
index 7560ee7..dcdfb1f 100644
--- a/tika-parsers/src/test/resources/org/apache/tika/parser/ner/opennlp/ModelGetter.groovy
+++ b/tika-parsers/src/test/resources/org/apache/tika/parser/ner/opennlp/ModelGetter.groovy
@@ -95,7 +95,7 @@ def downloadFile(String urlStr, File file) {
     }
 }
 
-def urlPrefix = "http://opennlp.sourceforge.net/models-1.5"
+def urlPrefix = "https://opennlp.sourceforge.net/models-1.5"
 def prefixPath = "src/test/resources/org/apache/tika/parser/ner/opennlp/"
 def ageUrlPrefix = "https://raw.githubusercontent.com/USCDataScience/AgePredictor/master/model"
 def agePrefixPath = "src/test/resources/org/apache/tika/parser/recognition/"