You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2023/09/30 14:28:52 UTC

[tika] branch main updated (25807484e -> 8932e3d2f)

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

tilman pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


    from 25807484e update checkout version
     new 206e1db14 TIKA-4123: remove version defined in parent
     new bdd983eb0 TIKA-4123: restore version defined in parent because of convergence errors
     new 8932e3d2f TIKA-4123: create version property for snappy; update commons-io

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tika-parent/pom.xml                                      | 5 +++--
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)


[tika] 02/03: TIKA-4123: restore version defined in parent because of convergence errors

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit bdd983eb0c4956947a779ee225ad9e55cff9810c
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Sep 30 15:26:01 2023 +0200

    TIKA-4123: restore version defined in parent because of convergence errors
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index e9868cf28..a3e1cda0b 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -80,6 +80,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
+        <version>${snappy.java.version}</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.jackson</groupId>


[tika] 01/03: TIKA-4123: remove version defined in parent

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 206e1db140510e7bb53fec844bc6e60019917833
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Sep 30 15:21:13 2023 +0200

    TIKA-4123: remove version defined in parent
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 3772b921c..e9868cf28 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -80,7 +80,6 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.1.10.5</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.jackson</groupId>


[tika] 03/03: TIKA-4123: create version property for snappy; update commons-io

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8932e3d2f35b416e899e843ae880c8006d30c9b2
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Sep 30 15:27:12 2023 +0200

    TIKA-4123: create version property for snappy; update commons-io
---
 tika-parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 91d337c47..015847da3 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -318,7 +318,7 @@
     <commons.compress.version>1.24.0</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
     <commons.exec.version>1.3</commons.exec.version>
-    <commons.io.version>2.13.0</commons.io.version>
+    <commons.io.version>2.14.0</commons.io.version>
     <commons.lang3.version>3.13.0</commons.lang3.version>
     <commons.logging.version>1.2</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
@@ -398,6 +398,7 @@
     <zstd.version>1.5.5-5</zstd.version>
     <kafka.version>3.5.1</kafka.version>
     <netty.version>4.1.99.Final</netty.version>
+    <snappy.java.version>1.1.10.5</snappy.java.version>
   </properties>
 
   <dependencyManagement>
@@ -931,7 +932,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.1.10.5</version>
+        <version>${snappy.java.version}</version>
       </dependency>
       <dependency>
           <groupId>commons-fileupload</groupId>