You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by dm...@apache.org on 2022/05/03 07:24:08 UTC

[tika-docker] branch master updated: Updated for Apache Tika 1.28.2 and 2.4.0 releases

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 73c7472  Updated for Apache Tika 1.28.2 and 2.4.0 releases
73c7472 is described below

commit 73c7472860fe03e3be88906e434d329feff3f671
Author: David Meikle <dm...@apache.org>
AuthorDate: Tue May 3 08:23:58 2022 +0100

    Updated for Apache Tika 1.28.2 and 2.4.0 releases
---
 .env        |  2 +-
 .travis.yml |  4 ++--
 README.md   | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.env b/.env
index 99f62a6..d085d37 100644
--- a/.env
+++ b/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=1.28.1
+TAG=1.28.2
 # For 2.x series
 #TIKA_JAR=tika-server-standard
 #TIKA_SERVER_CLASS=org.apache.tika.server.core.TikaServerCli
diff --git a/.travis.yml b/.travis.yml
index 78ae516..26624b3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: bash
 services: docker
 env:
   matrix:
-    - VERSION=2.3.0 TIKA_JAR=tika-server-standard
-    - VERSION=1.28.1 TIKA_JAR=tika-server
+    - VERSION=2.4.0 TIKA_JAR=tika-server-standard
+    - VERSION=1.28.2 TIKA_JAR=tika-server
 
 script:
   - ./docker-tool.sh build $VERSION $TIKA_JAR
diff --git a/README.md b/README.md
index 6b5f971..bb731b4 100644
--- a/README.md
+++ b/README.md
@@ -17,25 +17,25 @@ To install more languages simply update the apt-get command to include the packa
 
 Below are the most recent 2.x series tags:
 
-- `latest`, `2.3.0`: Apache Tika Server 2.3.0 (Minimal)
-- `latest-full`, `2.3.0-full`: Apache Tika Server 2.3.0 (Full)
+- `latest`, `2.4.0`: Apache Tika Server 2.4.0 (Minimal)
+- `latest-full`, `2.4.0-full`: Apache Tika Server 2.4.0 (Full)
+- `2.3.0`: Apache Tika Server 2.3.0 (Minimal)
+- `2.3.0-full`: Apache Tika Server 2.3.0 (Full)
 - `2.2.1`: Apache Tika Server 2.2.1 (Minimal)
 - `2.2.1-full`: Apache Tika Server 2.2.1 (Full)
 - `2.2.0`: Apache Tika Server 2.2.0 (Minimal)
 - `2.2.0-full`: Apache Tika Server 2.2.0 (Full)
-- `2.1.0`: Apache Tika Server 2.1.0 (Minimal)
-- `2.1.0-full`: Apache Tika Server 2.1.0 (Full)
 
 Below are the most recent 1.x series tags:
 
+- `1.28.2`: Apache Tika Server 1.28.2 (Minimal)
+- `1.28.2-full`: Apache Tika Server 1.28.2 (Full)
 - `1.28.1`: Apache Tika Server 1.28.1 (Minimal)
 - `1.28.1-full`: Apache Tika Server 1.28.1 (Full)
 - `1.28`: Apache Tika Server 1.28 (Minimal)
 - `1.28-full`: Apache Tika Server 1.28 (Full)
 - `1.27`: Apache Tika Server 1.27 (Minimal)
 - `1.27-full`: Apache Tika Server 1.27 (Full)
-- `1.26`: Apache Tika Server 1.26 (Minimal)
-- `1.26-full`: Apache Tika Server 1.26 (Full)
 
 You can see a full set of tags for historical versions [here](https://hub.docker.com/r/apache/tika/tags?page=1&ordering=last_updated).