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 21f7be7  Changed the default TIKA_JAR_NAME to 2.x series name
21f7be7 is described below

commit 21f7be7bc3b8949799dc71ac2512c1af905f71a2
Author: David Meikle <[email protected]>
AuthorDate: Wed Jan 12 22:10:00 2022 +0000

    Changed the default TIKA_JAR_NAME to 2.x series name
---
 docker-tool.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-tool.sh b/docker-tool.sh
index 998312a..c49861c 100755
--- a/docker-tool.sh
+++ b/docker-tool.sh
@@ -62,7 +62,7 @@ jar=$1; shift
 
 if [ -z "$jar" ]
 then
-  jar="tika-server"
+  jar="tika-server-standard"
 fi
 
 

Reply via email to