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/07/07 19:28:59 UTC

[tika-docker] branch master updated: Updated for Apache Tika 1.27 release

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 7af1794  Updated for Apache Tika 1.27 release
7af1794 is described below

commit 7af17946cc9e09deacbab20cb6fdbed90cfe932d
Author: David Meikle <dm...@apache.org>
AuthorDate: Wed Jul 7 20:28:48 2021 +0100

    Updated for Apache Tika 1.27 release
---
 .env        | 2 +-
 .travis.yml | 2 +-
 README.md   | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.env b/.env
index 19b21ad..26d6cd2 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=1.26
\ No newline at end of file
+TAG=1.27
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index d6bfe21..38d5cf3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,10 @@ language: bash
 services: docker
 env:
   matrix:
+    - VERSION=1.27
     - VERSION=1.26
     - VERSION=1.25
     - VERSION=1.24.1
-    - VERSION=1.24
 script:
   - ./docker-tool.sh build $VERSION
   - ./docker-tool.sh test $VERSION
diff --git a/README.md b/README.md
index ba46ca9..1d7b427 100644
--- a/README.md
+++ b/README.md
@@ -17,14 +17,14 @@ To install more languages simply update the apt-get command to include the packa
 
 Below are the most recent tags:
 
-- `latest`, `1.26`: Apache Tika Server 1.26 (Minimal)
-- `latest-full`, `1.26-full`: Apache Tika Server 1.26 (Full)
+- `latest`, `1.27`: Apache Tika Server 1.27 (Minimal)
+- `latest-full`, `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)
 - `1.25`: Apache Tika Server 1.25 (Minimal)
 - `1.25-full`: Apache Tika Server 1.25 (Full)
 - `1.24.1`: Apache Tika Server 1.24.1 (Minimal)
 - `1.24.1-full`: Apache Tika Server 1.24.1 (Full)
-- `1.24`: Apache Tika Server 1.24 (Minimal)
-- `1.24-full`: Apache Tika Server 1.24 (Full)
 
 Additionally, as the team work towards the release of Apache Tika Server 2.0.0 beta releases will be made to allow for easy testing: