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 2020/02/25 18:27:07 UTC

[tika] 01/02: TIKA-3038 -- update miredot license key and https->http

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

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

commit 811fa084c0dd3fa00e6810849711a8917c46f32c
Author: tallison <ta...@apache.org>
AuthorDate: Tue Feb 25 11:10:15 2020 -0500

    TIKA-3038 -- update miredot license key and https->http
---
 tika-server/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 75dd783..b9b7edf 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -35,7 +35,7 @@
     <pluginRepository>
       <id>miredot</id>
       <name>MireDot Releases</name>
-      <url>https://nexus.qmino.com/content/repositories/miredot</url>
+      <url>http://nexus.qmino.com/content/repositories/miredot</url>
     </pluginRepository>
   </pluginRepositories>
 
@@ -350,7 +350,7 @@
           <plugin>
             <groupId>com.qmino</groupId>
             <artifactId>miredot-plugin</artifactId>
-            <version>2.2-Java10</version>
+            <version>2.2.1-Java10</version>
             <executions>
               <execution>
                 <goals>
@@ -368,8 +368,10 @@
               <output>
                 <html />
               </output>
-              <!-- Free Miredot license key, valid until Jan 31st, 2020 https://issues.apache.org/jira/browse/TIKA-2253 -->
-              <licence>cHJvamVjdHxvcmcuYXBhY2hlLnRpa2EudGlrYS1zZXJ2ZXJ8MjAyMC0wMS0zMXx0cnVlfC0xI01Dd0NGRUV5QktCTlBJbXhwLzBvaWxuak1MYkxZQW5XQWhScWdwM0c5aFdWMGpOUFA5MlNFc2pVS1FKZStRPT0=</licence>
+              <!-- Free Miredot license key, valid until Jan 31st(?), 2025
+              https://issues.apache.org/jira/browse/TIKA-2253
+               https://issues.apache.org/jira/browse/TIKA-3038-->
+              <licence>cHJvamVjdHxvcmcuYXBhY2hlLnRpa2EudGlrYS1zZXJ2ZXJ8MjAyNS0wMy0wMXxmYWxzZXwtMSNNQ3dDRkdtemsraHJDdjNodXlhN0d1KzlQM1Y0bUNxMEFoUnRHc25DQ1VyMjhLQ2swU0R5RGp1WkVpcXVlZz09</licence>
               <!-- insert other configuration here (optional) -->
             </configuration>
           </plugin>