Fix Java-dependent test for release

Change-Id: I6baf5cd96fec7fc91b317b7e8162b4414852ee2b
diff --git a/.gitignore b/.gitignore
index e741c16..4b3dd5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 blib
 MYMETA*
 Makefile
+Dockerfile
 pm_to_blib
 \#*
 *~
diff --git a/Changes b/Changes
index fe9468e..2c4883f 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+2.4.1 2023-02-07
+        - Fix test.
+
 2.4.0 2023-02-07
         - Conversion of standard TEI P5 should now work, at least
           in some cases.
diff --git a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
index 9d7c195..2061382 100644
--- a/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
+++ b/lib/KorAP/XML/TEI/Tokenizer/KorAP.pm
@@ -4,7 +4,7 @@
 use warnings;
 use File::Share ':all';
 
-our $VERSION = '2.4.0';
+our $VERSION = '2.4.1';
 
 use constant {
   WAIT_SECS => 30
diff --git a/script/tei2korapxml b/script/tei2korapxml
index 7e7cbdb..e043e9b 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -24,7 +24,7 @@
 use KorAP::XML::TEI::Header;
 use KorAP::XML::TEI::Inline;
 
-our $VERSION = '2.4.0';
+our $VERSION = '2.4.1';
 
 our $VERSION_MSG = "\ntei2korapxml - v$VERSION\n";
 
diff --git a/t/script.t b/t/script.t
index 80b67b5..2847550 100644
--- a/t/script.t
+++ b/t/script.t
@@ -778,7 +778,7 @@
 
   my $t = test_tei2korapxml(
       file => catfile($f, 'data', 'icc_german_sample.p5.xml'),
-      param => '--xmlid-to-textsigle \'ICC.German\.([^.]+\.[^.]+)\.(.+)@ICCGER/$1/$2\' -s -tk',
+      param => '--xmlid-to-textsigle \'ICC.German\.([^.]+\.[^.]+)\.(.+)@ICCGER/$1/$2\' -s -ti',
       tmp => 'script_utf8_enc'
   )->stderr_like(qr!tei2korapxml:.*? text_id=ICCGER/DeReKo-WPD17\.S00-18619!);