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 2021/12/24 15:18:22 UTC

[tika-docker] branch master updated: Updated for the 1.28 and 2.2.1 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 dc86b3b  Updated for the 1.28 and 2.2.1 releases
dc86b3b is described below

commit dc86b3b3df1af73b945d2a05309bf8b32a66d230
Author: David Meikle <dm...@apache.org>
AuthorDate: Fri Dec 24 15:18:16 2021 +0000

    Updated for the 1.28 and 2.2.1 releases
---
 .travis.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1ed71b9..60450bc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,8 @@ language: bash
 services: docker
 env:
   matrix:
-    - VERSION=2.1.0 TIKA_JAR=tika-server-standard
-    - VERSION=2.0.0 TIKA_JAR=tika-server-standard
-    - VERSION=1.27 TIKA_JAR=tika-server
-    - VERSION=1.26 TIKA_JAR=tika-server
+    - VERSION=2.2.1 TIKA_JAR=tika-server-standard
+    - VERSION=1.28 TIKA_JAR=tika-server
 
 script:
   - ./docker-tool.sh build $VERSION $TIKA_JAR