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 2022/02/23 19:06:45 UTC

[tika] branch main updated: TIKA-3675 -- merge aws.version for s3 and transcribe and update the version. This is related to PR #510.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 287f6de  TIKA-3675 -- merge aws.version for s3 and transcribe and update the version.  This is related to PR #510.
287f6de is described below

commit 287f6de21c1cf40c6fd7de1a685a3adc947617b9
Author: tallison <ta...@apache.org>
AuthorDate: Wed Feb 23 12:19:10 2022 -0500

    TIKA-3675 -- merge aws.version for s3 and transcribe and update the version.  This is related to PR #510.
---
 tika-parent/pom.xml                                            | 3 +--
 tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml       | 4 ++--
 tika-pipes/tika-emitters/tika-emitter-s3/pom.xml               | 2 +-
 tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml               | 2 +-
 tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml | 2 +-
 5 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 93a874c..06c4571 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -286,8 +286,7 @@
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.s3.version>1.12.155</aws.s3.version>
-    <aws.transcribe.version>1.12.155</aws.transcribe.version>
+    <aws.version>1.12.164</aws.version>
     <asm.version>9.2</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
diff --git a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
index ad4bb35..b5435b8 100644
--- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-transcribe</artifactId>
-      <version>${aws.transcribe.version}</version>
+      <version>${aws.version}</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-s3</artifactId>
-      <version>${aws.s3.version}</version>
+      <version>${aws.version}</version>
     </dependency>
     <dependency>
       <groupId>com.googlecode.json-simple</groupId>
diff --git a/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
index 7440fcd..689c401 100644
--- a/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
+++ b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-s3</artifactId>
-      <version>${aws.s3.version}</version>
+      <version>${aws.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
diff --git a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
index d440725..df61530 100644
--- a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
+++ b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-java-sdk-s3</artifactId>
-            <version>${aws.s3.version}</version>
+            <version>${aws.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
index 9ceadf4..2865247 100644
--- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
+++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>com.amazonaws</groupId>
       <artifactId>aws-java-sdk-s3</artifactId>
-      <version>${aws.s3.version}</version>
+      <version>${aws.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>