diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000000..a23fc00d8ab --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,8 @@ + + + + eu.maveniverse.maven.nisse + extension + 0.6.2 + + diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 00000000000..5bb07bba0d9 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1,5 @@ +-D +nisse.compat.osDetector +# fix for nlp module +-D +eclipseP2RepoId=invalid diff --git a/pom.xml b/pom.xml index 2bae0da6582..ab166e74b5d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - tika-parent/pom.xml tika @@ -34,27 +33,27 @@ Apache Tika https://tika.apache.org - - tika-parent - tika-bom - tika-core - tika-serialization - tika-detectors - tika-parsers - tika-bundles - tika-xmp - tika-langdetect - tika-pipes - tika-grpc - tika-app - tika-server - tika-integration-tests - tika-eval - tika-translate - tika-example - tika-java7 - tika-handlers - + + tika-parent + tika-bom + tika-core + tika-serialization + tika-detectors + tika-parsers + tika-bundles + tika-xmp + tika-langdetect + tika-pipes + tika-grpc + tika-app + tika-server + tika-integration-tests + tika-eval + tika-translate + tika-example + tika-java7 + tika-handlers + diff --git a/tika-app/pom.xml b/tika-app/pom.xml index bdcf48bad4f..20a8c639fee 100644 --- a/tika-app/pom.xml +++ b/tika-app/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-app diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml index f37a5aed7d0..b8b3b3e7ad7 100644 --- a/tika-bom/pom.xml +++ b/tika-bom/pom.xml @@ -18,14 +18,13 @@ specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-bom diff --git a/tika-bundles/pom.xml b/tika-bundles/pom.xml index efb51fc7c40..a4d73fd9ab3 100644 --- a/tika-bundles/pom.xml +++ b/tika-bundles/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parent org.apache.tika 4.0.0-SNAPSHOT - ../tika-parent/pom.xml - 4.0.0 + 4.1.0 tika-bundles 4.0.0-SNAPSHOT @@ -32,9 +31,9 @@ pom - - tika-bundle-standard - + + tika-bundle-standard + diff --git a/tika-bundles/tika-bundle-standard/pom.xml b/tika-bundles/tika-bundle-standard/pom.xml index c6522f27673..f5773174792 100644 --- a/tika-bundles/tika-bundle-standard/pom.xml +++ b/tika-bundles/tika-bundle-standard/pom.xml @@ -18,14 +18,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-bundles 4.0.0-SNAPSHOT - ../pom.xml tika-bundle-standard @@ -359,7 +358,7 @@ maven-assembly-plugin - pre-integration-test + before:integration-test single diff --git a/tika-core/pom.xml b/tika-core/pom.xml index e0c408e3477..c58a9ea77c1 100644 --- a/tika-core/pom.xml +++ b/tika-core/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-core diff --git a/tika-detectors/pom.xml b/tika-detectors/pom.xml index 1e0981b5308..0f78b05cc17 100644 --- a/tika-detectors/pom.xml +++ b/tika-detectors/pom.xml @@ -19,22 +19,21 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-detectors pom Apache Tika Detectors - - tika-detector-siegfried - tika-detector-magika - + + tika-detector-siegfried + tika-detector-magika + \ No newline at end of file diff --git a/tika-detectors/tika-detector-magika/pom.xml b/tika-detectors/tika-detector-magika/pom.xml index 789a06d915d..e9603ebb942 100644 --- a/tika-detectors/tika-detector-magika/pom.xml +++ b/tika-detectors/tika-detector-magika/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-detectors org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-detector-magika Apache Tika magika wrapper diff --git a/tika-detectors/tika-detector-siegfried/pom.xml b/tika-detectors/tika-detector-siegfried/pom.xml index 0f15f86c24c..2c3e5bc639b 100644 --- a/tika-detectors/tika-detector-siegfried/pom.xml +++ b/tika-detectors/tika-detector-siegfried/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-detectors org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-detector-siegfried Apache Tika Siegfried wrapper diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml index b84d7dbb523..831059660d5 100644 --- a/tika-eval/pom.xml +++ b/tika-eval/pom.xml @@ -19,13 +19,12 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-eval @@ -33,10 +32,10 @@ https://tika.apache.org/ pom - - tika-eval-core - tika-eval-app - + + tika-eval-core + tika-eval-app + diff --git a/tika-eval/tika-eval-app/pom.xml b/tika-eval/tika-eval-app/pom.xml index aee970e8eb5..eb902a42d87 100644 --- a/tika-eval/tika-eval-app/pom.xml +++ b/tika-eval/tika-eval-app/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-eval org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-eval-app Apache Tika eval application diff --git a/tika-eval/tika-eval-core/pom.xml b/tika-eval/tika-eval-core/pom.xml index 140442ef331..b656e63e1ab 100644 --- a/tika-eval/tika-eval-core/pom.xml +++ b/tika-eval/tika-eval-core/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-eval org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-eval-core Apache Tika eval core diff --git a/tika-example/pom.xml b/tika-example/pom.xml index 977d568346e..0e166d7002c 100644 --- a/tika-example/pom.xml +++ b/tika-example/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-example diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml index 0bbeae0c7b5..ecdc920e5be 100644 --- a/tika-grpc/pom.xml +++ b/tika-grpc/pom.xml @@ -17,8 +17,8 @@ specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.1.0 tika-grpc jar - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-handlers @@ -31,9 +30,9 @@ Apache Tika handlers pom - - tika-handler-boilerpipe - + + tika-handler-boilerpipe + diff --git a/tika-handlers/tika-handler-boilerpipe/pom.xml b/tika-handlers/tika-handler-boilerpipe/pom.xml index b1a0a1cf670..78273084e99 100644 --- a/tika-handlers/tika-handler-boilerpipe/pom.xml +++ b/tika-handlers/tika-handler-boilerpipe/pom.xml @@ -17,13 +17,12 @@ specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-handlers 4.0.0-SNAPSHOT - ../pom.xml tika-handler-boilerpipe diff --git a/tika-integration-tests/pom.xml b/tika-integration-tests/pom.xml index 8ca07006fb2..866cc81ee0c 100644 --- a/tika-integration-tests/pom.xml +++ b/tika-integration-tests/pom.xml @@ -17,28 +17,27 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml - 4.0.0 + 4.1.0 tika-integration-tests Apache Tika integration tests pom - - tika-pipes-solr-integration-tests - tika-pipes-opensearch-integration-tests - tika-pipes-s3-integration-tests - tika-resource-loading-tests - tika-pipes-kafka-integration-tests - tika-woodstox-tests - + + tika-pipes-solr-integration-tests + tika-pipes-opensearch-integration-tests + tika-pipes-s3-integration-tests + tika-resource-loading-tests + tika-pipes-kafka-integration-tests + tika-woodstox-tests + diff --git a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml index 8857cc91d1b..a424175c445 100644 --- a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-pipes-kafka-integration-tests Apache Tika Kafka pipes integration tests diff --git a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml index 89322c85fc7..f5a4412e976 100644 --- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-pipes-opensearch-integration-tests Apache Tika OpenSearch integration tests diff --git a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml index 54c28ea5d91..7e8c56ca708 100644 --- a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-pipes-s3-integration-tests Apache Tika S3 pipes integration tests diff --git a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml index a2713226293..c6cb4e0368c 100644 --- a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-pipes-solr-integration-tests Apache Tika Apache Solr integration tests diff --git a/tika-integration-tests/tika-resource-loading-tests/pom.xml b/tika-integration-tests/tika-resource-loading-tests/pom.xml index a47306b7a9f..7207d30caa4 100644 --- a/tika-integration-tests/tika-resource-loading-tests/pom.xml +++ b/tika-integration-tests/tika-resource-loading-tests/pom.xml @@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-resource-loading-tests diff --git a/tika-integration-tests/tika-woodstox-tests/pom.xml b/tika-integration-tests/tika-woodstox-tests/pom.xml index be0f1e9eeab..bfda144739e 100644 --- a/tika-integration-tests/tika-woodstox-tests/pom.xml +++ b/tika-integration-tests/tika-woodstox-tests/pom.xml @@ -17,14 +17,14 @@ specific language governing permissions and limitations under the License. --> - + tika-integration-tests org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-woodstox-tests diff --git a/tika-java7/pom.xml b/tika-java7/pom.xml index 98d1de7672c..5d16aace427 100644 --- a/tika-java7/pom.xml +++ b/tika-java7/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-java7 diff --git a/tika-langdetect/pom.xml b/tika-langdetect/pom.xml index bcb1e8fb5bb..47f8ce40f31 100644 --- a/tika-langdetect/pom.xml +++ b/tika-langdetect/pom.xml @@ -17,28 +17,27 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml - 4.0.0 + 4.1.0 tika-langdetect pom Apache Tika language detection https://tika.apache.org/ - - tika-langdetect-test-commons - tika-langdetect-tika - tika-langdetect-lingo24 - tika-langdetect-optimaize - tika-langdetect-mitll-text - tika-langdetect-opennlp - + + tika-langdetect-test-commons + tika-langdetect-tika + tika-langdetect-lingo24 + tika-langdetect-optimaize + tika-langdetect-mitll-text + tika-langdetect-opennlp + diff --git a/tika-langdetect/tika-langdetect-lingo24/pom.xml b/tika-langdetect/tika-langdetect-lingo24/pom.xml index 1549efa0732..09cb3792c25 100644 --- a/tika-langdetect/tika-langdetect-lingo24/pom.xml +++ b/tika-langdetect/tika-langdetect-lingo24/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-lingo24 Apache Tika Lingo24 langdetect diff --git a/tika-langdetect/tika-langdetect-mitll-text/pom.xml b/tika-langdetect/tika-langdetect-mitll-text/pom.xml index 9d96bfa80e8..fe6fea69ae5 100644 --- a/tika-langdetect/tika-langdetect-mitll-text/pom.xml +++ b/tika-langdetect/tika-langdetect-mitll-text/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-mitll-text Apache Tika MIT Lincoln Labs langdetect diff --git a/tika-langdetect/tika-langdetect-opennlp/pom.xml b/tika-langdetect/tika-langdetect-opennlp/pom.xml index 94a64da7062..0e3adeac673 100644 --- a/tika-langdetect/tika-langdetect-opennlp/pom.xml +++ b/tika-langdetect/tika-langdetect-opennlp/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-opennlp Apache Tika OpenNLP langdetect diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml b/tika-langdetect/tika-langdetect-optimaize/pom.xml index 9bb60ed52bc..f242a491ca3 100644 --- a/tika-langdetect/tika-langdetect-optimaize/pom.xml +++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-optimaize Apache Tika Optimaize langdetect diff --git a/tika-langdetect/tika-langdetect-test-commons/pom.xml b/tika-langdetect/tika-langdetect-test-commons/pom.xml index a35d77871f9..442a3e17eda 100644 --- a/tika-langdetect/tika-langdetect-test-commons/pom.xml +++ b/tika-langdetect/tika-langdetect-test-commons/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-test-commons Apache Tika langdetect test commons diff --git a/tika-langdetect/tika-langdetect-tika/pom.xml b/tika-langdetect/tika-langdetect-tika/pom.xml index 425316a3397..7cd8e2b81c6 100644 --- a/tika-langdetect/tika-langdetect-tika/pom.xml +++ b/tika-langdetect/tika-langdetect-tika/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-langdetect org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-langdetect-tika Apache Tika langdetect (legacy builtin) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 5f64289968b..775a366467e 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -19,8 +19,8 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache @@ -1297,7 +1297,7 @@ audit-dependencies - validate + verify audit diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml index 0b078ac0518..ae88ed8d700 100644 --- a/tika-parsers/pom.xml +++ b/tika-parsers/pom.xml @@ -17,28 +17,27 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml - 4.0.0 + 4.1.0 tika-parsers Apache Tika parser modules pom - + - tika-parsers-standard + tika-parsers-standard - tika-parsers-extended + tika-parsers-extended - tika-parsers-ml - + tika-parsers-ml + diff --git a/tika-parsers/tika-parsers-extended/pom.xml b/tika-parsers/tika-parsers-extended/pom.xml index a19c19b8665..88dda794db1 100644 --- a/tika-parsers/tika-parsers-extended/pom.xml +++ b/tika-parsers/tika-parsers-extended/pom.xml @@ -17,26 +17,25 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-parsers 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parsers-extended pom Apache Tika extended parsers - - tika-parser-sqlite3-module - tika-parser-scientific-module - tika-parser-sqlite3-package - tika-parser-scientific-package - tika-parsers-extended-integration-tests - + + tika-parser-sqlite3-module + tika-parser-scientific-module + tika-parser-sqlite3-package + tika-parser-scientific-package + tika-parsers-extended-integration-tests + diff --git a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml index 8eccbef4b22..e28ac381007 100644 --- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-module/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-extended org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-scientific-module Apache Tika scientific parser module diff --git a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml index 7e22920bf9c..e643ee9c811 100644 --- a/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parser-scientific-package/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-extended org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-scientific-package Apache Tika scientific parser package diff --git a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml index f6ae522dde7..9d577a60dac 100644 --- a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-module/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-extended org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-sqlite3-module Apache Tika sqlite3 parser module diff --git a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-package/pom.xml b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-package/pom.xml index cafe184315e..3f9b22414f0 100644 --- a/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-package/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parser-sqlite3-package/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-extended org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-sqlite3-package Apache Tika sqlite3 parser package diff --git a/tika-parsers/tika-parsers-extended/tika-parsers-extended-integration-tests/pom.xml b/tika-parsers/tika-parsers-extended/tika-parsers-extended-integration-tests/pom.xml index d48e000ddcf..d21bec6a5bd 100644 --- a/tika-parsers/tika-parsers-extended/tika-parsers-extended-integration-tests/pom.xml +++ b/tika-parsers/tika-parsers-extended/tika-parsers-extended-integration-tests/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-extended org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parsers-extended-integration-tests Apache Tika extended parser integration tests diff --git a/tika-parsers/tika-parsers-ml/pom.xml b/tika-parsers/tika-parsers-ml/pom.xml index a5f6848ace5..76cb62111b9 100644 --- a/tika-parsers/tika-parsers-ml/pom.xml +++ b/tika-parsers/tika-parsers-ml/pom.xml @@ -17,26 +17,25 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-parsers 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parsers-ml Apache Tika machine learning (ml) parsers pom - - tika-parser-nlp-module - tika-parser-nlp-package - tika-transcribe-aws - + + tika-parser-nlp-module + tika-parser-nlp-package + tika-transcribe-aws + diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml index 5ea2d1c785e..8f705836c5d 100644 --- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml @@ -17,18 +17,22 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-ml org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-nlp-module Apache Tika natural language process module + + + http://something.com + ${project.groupId} diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml b/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml index b551eee44f2..11470277495 100644 --- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-package/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-ml org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-nlp-package Apache Tika natural language processing package diff --git a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml index 0c7a65f98fb..1eb0f380b49 100644 --- a/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-transcribe-aws/pom.xml @@ -19,8 +19,8 @@ under the License. --> - - 4.0.0 + + 4.1.0 tika-parsers-ml diff --git a/tika-parsers/tika-parsers-standard/pom.xml b/tika-parsers/tika-parsers-standard/pom.xml index 57ec4e63952..c08c1b374df 100644 --- a/tika-parsers/tika-parsers-standard/pom.xml +++ b/tika-parsers/tika-parsers-standard/pom.xml @@ -17,25 +17,24 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parsers-standard pom Apache Tika standard parser modules and package - - tika-parsers-standard-modules - tika-parsers-standard-package - + + tika-parsers-standard-modules + tika-parsers-standard-package + diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml index fada2ff2b30..c86c47787b3 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/pom.xml @@ -17,16 +17,15 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parsers-standard-modules pom @@ -53,32 +52,32 @@ test - - tika-parser-jdbc-commons - tika-parser-digest-commons - tika-parser-mail-commons - tika-parser-xmp-commons - tika-parser-zip-commons + + tika-parser-jdbc-commons + tika-parser-digest-commons + tika-parser-mail-commons + tika-parser-xmp-commons + tika-parser-zip-commons - tika-parser-ocr-module - tika-parser-audiovideo-module - tika-parser-code-module - tika-parser-html-module - tika-parser-image-module - tika-parser-text-module - tika-parser-font-module - tika-parser-microsoft-module - tika-parser-pkg-module - tika-parser-xml-module - tika-parser-pdf-module - tika-parser-apple-module - tika-parser-cad-module - tika-parser-mail-module - tika-parser-miscoffice-module - tika-parser-news-module - tika-parser-crypto-module - tika-parser-webarchive-module - + tika-parser-ocr-module + tika-parser-audiovideo-module + tika-parser-code-module + tika-parser-html-module + tika-parser-image-module + tika-parser-text-module + tika-parser-font-module + tika-parser-microsoft-module + tika-parser-pkg-module + tika-parser-xml-module + tika-parser-pdf-module + tika-parser-apple-module + tika-parser-cad-module + tika-parser-mail-module + tika-parser-miscoffice-module + tika-parser-news-module + tika-parser-crypto-module + tika-parser-webarchive-module + diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/pom.xml index 1ee6ff01097..2252e8e4041 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-apple-module/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-parser-apple-module Apache Tika Apple parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/pom.xml index dc21ed43f12..9e490f4b49b 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-audiovideo-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-audiovideo-module Apache Tika audiovideo parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/pom.xml index 027baa79ea3..1e4c9a5ed9f 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-cad-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-cad-module Apache Tika cad parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-code-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-code-module/pom.xml index 8bc0f966726..e10217cf1e1 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-code-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-code-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-code-module Apache Tika code parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-crypto-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-crypto-module/pom.xml index 790028486e7..a0793b32727 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-crypto-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-crypto-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-crypto-module Apache Tika crypto parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/pom.xml index eb5461e102d..b47cb26993e 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-digest-commons/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-digest-commons Apache Tika digest commons diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-font-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-font-module/pom.xml index 97c4e614d62..ecf6afa1881 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-font-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-font-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-font-module Apache Tika font parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-module/pom.xml index 8c7ab874504..d15af2c2319 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-html-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-html-module Apache Tika html parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/pom.xml index 76d3e6e1c29..09f79418300 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-image-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-image-module Apache Tika image parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons/pom.xml index 9e2859d28f2..a0ff9decd56 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-jdbc-commons/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-jdbc-commons Apache Tika jdbc parser commons diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-commons/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-commons/pom.xml index 7db7c16083c..76b3b361ad9 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-commons/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-commons/pom.xml @@ -17,15 +17,14 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-mail-commons Apache Tika mail commons diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-module/pom.xml index 8c3829ae3b6..097cc238229 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-mail-module Apache Tika mail parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml index 97a19a9a77b..d343d780485 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-microsoft-module Apache Tika Microsoft parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml index a79c83abd46..9ff9980e039 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-miscoffice-module Apache Tika miscellaneous office format parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-news-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-news-module/pom.xml index cecf2aa8e7c..24fe87bee0d 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-news-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-news-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-news-module Apache Tika news parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-ocr-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-ocr-module/pom.xml index 709d3a8acc6..731b41491a3 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-ocr-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-ocr-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-ocr-module Apache Tika OCR parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml index 8ceb9db51cc..0898b1066b3 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-pdf-module Apache Tika PDF parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/pom.xml index 4c0291946eb..e1605c64bdf 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pkg-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-pkg-module Apache Tika package parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml index 01c2ad494d6..c8b17bb1ac8 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-text-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-text-module Apache Tika text parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-webarchive-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-webarchive-module/pom.xml index 70b0479b542..b07d4267ef9 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-webarchive-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-webarchive-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-webarchive-module Apache Tika WARC parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xml-module/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xml-module/pom.xml index 66bfc153558..8d88025aa38 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xml-module/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xml-module/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-xml-module Apache Tika XML parser module diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xmp-commons/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xmp-commons/pom.xml index b6ea86c368a..239194952ac 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xmp-commons/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-xmp-commons/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-xmp-commons Apache Tika XMP commons diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/pom.xml index fd84a676ff4..9bed2747cf7 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-zip-commons/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard-modules org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-parser-zip-commons Apache Tika ZIP commons diff --git a/tika-parsers/tika-parsers-standard/tika-parsers-standard-package/pom.xml b/tika-parsers/tika-parsers-standard/tika-parsers-standard-package/pom.xml index f3df5629e71..1c36a618762 100644 --- a/tika-parsers/tika-parsers-standard/tika-parsers-standard-package/pom.xml +++ b/tika-parsers/tika-parsers-standard/tika-parsers-standard-package/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-parsers-standard org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 Apache Tika standard parser package tika-parsers-standard-package diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml index 28271d11ce7..92e8ddeff47 100644 --- a/tika-pipes/pom.xml +++ b/tika-pipes/pom.xml @@ -14,14 +14,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-pipes @@ -29,15 +28,15 @@ https://tika.apache.org/ pom - - tika-pipes-core - tika-httpclient-commons - tika-fetchers - tika-emitters - tika-pipes-iterators - tika-pipes-reporters - tika-async-cli - + + tika-pipes-core + tika-httpclient-commons + tika-fetchers + tika-emitters + tika-pipes-iterators + tika-pipes-reporters + tika-async-cli + org.apache.logging.log4j diff --git a/tika-pipes/tika-async-cli/pom.xml b/tika-pipes/tika-async-cli/pom.xml index 2c37d2bbf5a..68c3b88bf38 100644 --- a/tika-pipes/tika-async-cli/pom.xml +++ b/tika-pipes/tika-async-cli/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-async-cli diff --git a/tika-pipes/tika-emitters/pom.xml b/tika-pipes/tika-emitters/pom.xml index 9dd0947088d..7c095087ad2 100644 --- a/tika-pipes/tika-emitters/pom.xml +++ b/tika-pipes/tika-emitters/pom.xml @@ -17,29 +17,28 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-emitters Apache Tika emitters https://tika.apache.org/ pom - - tika-emitter-s3 - tika-emitter-kafka - tika-emitter-solr - tika-emitter-opensearch - tika-emitter-gcs - tika-emitter-az-blob - tika-emitter-jdbc - + + tika-emitter-s3 + tika-emitter-kafka + tika-emitter-solr + tika-emitter-opensearch + tika-emitter-gcs + tika-emitter-az-blob + tika-emitter-jdbc + diff --git a/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml b/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml index 87365502d07..a96eca077e9 100644 --- a/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-az-blob/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-az-blob Apache Tika Azure blob diff --git a/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml b/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml index db18c00d2ef..7835f67e16b 100644 --- a/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-gcs/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-gcs Apache Tika GCS emitter diff --git a/tika-pipes/tika-emitters/tika-emitter-jdbc/pom.xml b/tika-pipes/tika-emitters/tika-emitter-jdbc/pom.xml index 6698b624d62..8075e906993 100644 --- a/tika-pipes/tika-emitters/tika-emitter-jdbc/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-jdbc/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-jdbc Apache Tika jdbc emitter diff --git a/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml b/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml index 0320ffcc066..bb0f533a837 100644 --- a/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-kafka/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-kafka Apache Tika Kafka emitter diff --git a/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml index afba8919d55..aba36e8a488 100644 --- a/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-opensearch/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-opensearch Apache Tika OpenSearch emitter diff --git a/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml index f8acd036dd3..6fe9999ed64 100644 --- a/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-s3/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-s3 Apache Tika S3 emitter diff --git a/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml b/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml index a840895ae93..6696e9a75b4 100644 --- a/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml +++ b/tika-pipes/tika-emitters/tika-emitter-solr/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-emitters org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-emitter-solr Apache Tika Apache Solr emitter diff --git a/tika-pipes/tika-fetchers/pom.xml b/tika-pipes/tika-fetchers/pom.xml index 999d269fcf6..cfa7bfdb5d2 100644 --- a/tika-pipes/tika-fetchers/pom.xml +++ b/tika-pipes/tika-fetchers/pom.xml @@ -17,27 +17,26 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-fetchers Apache Tika fetchers https://tika.apache.org/ pom - - tika-fetcher-http - tika-fetcher-s3 - tika-fetcher-gcs - tika-fetcher-az-blob - tika-fetcher-microsoft-graph - + + tika-fetcher-http + tika-fetcher-s3 + tika-fetcher-gcs + tika-fetcher-az-blob + tika-fetcher-microsoft-graph + diff --git a/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml index 98dc1bd7cc3..0502afb6fcd 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-az-blob/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-fetchers org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-fetcher-az-blob Apache Tika Azure Blob fetcher diff --git a/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml index 3305e03b4c9..24db06cd1dd 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-gcs/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-fetchers org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-fetcher-gcs Apache Tika Google Cloud Storage fetcher diff --git a/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml index 10c4e5ee135..e5dd4acb39d 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-http/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-fetchers org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-fetcher-http Apache Tika http fetcher diff --git a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml index a80303f803a..2a52ee67b84 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-microsoft-graph/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-fetchers org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-fetcher-microsoft-graph Apache Tika Microsoft Graph Pipes Fetcher diff --git a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml index 91f8323366f..e93108b926f 100644 --- a/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml +++ b/tika-pipes/tika-fetchers/tika-fetcher-s3/pom.xml @@ -17,13 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-fetchers org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-fetcher-s3 Apache Tika S3 fetcher diff --git a/tika-pipes/tika-httpclient-commons/pom.xml b/tika-pipes/tika-httpclient-commons/pom.xml index d59ad985ece..26ab5cdb12c 100644 --- a/tika-pipes/tika-httpclient-commons/pom.xml +++ b/tika-pipes/tika-httpclient-commons/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + tika-pipes org.apache.tika 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-httpclient-commons Apache Tika httpclient commons diff --git a/tika-pipes/tika-pipes-core/pom.xml b/tika-pipes/tika-pipes-core/pom.xml index 2ac8805dc83..4360b7d6470 100644 --- a/tika-pipes/tika-pipes-core/pom.xml +++ b/tika-pipes/tika-pipes-core/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-core diff --git a/tika-pipes/tika-pipes-iterators/pom.xml b/tika-pipes/tika-pipes-iterators/pom.xml index 98366818140..0b6ba57804b 100644 --- a/tika-pipes/tika-pipes-iterators/pom.xml +++ b/tika-pipes/tika-pipes-iterators/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterators Apache Tika Pipes Iterators @@ -33,16 +32,16 @@ - - tika-pipes-iterator-csv - tika-pipes-iterator-json - tika-pipes-iterator-jdbc - tika-pipes-iterator-s3 - tika-pipes-iterator-kafka - tika-pipes-iterator-solr - tika-pipes-iterator-gcs - tika-pipes-iterator-az-blob - + + tika-pipes-iterator-csv + tika-pipes-iterator-json + tika-pipes-iterator-jdbc + tika-pipes-iterator-s3 + tika-pipes-iterator-kafka + tika-pipes-iterator-solr + tika-pipes-iterator-gcs + tika-pipes-iterator-az-blob + diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml index 2c92c7d20f6..adef4dd5e55 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-az-blob/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-az-blob diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml index fd5f3c1f529..6f7cda5da53 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-csv/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-csv diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml index f81b0972055..2e17e829b50 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-gcs/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-gcs diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml index 3be8e0eeb70..d8e2e53108a 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-jdbc/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-jdbc diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml index 5e15c9dec4a..a4ffcd687d2 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-json/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-json diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml index 415c4765796..4e62d4151fd 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-kafka/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-kafka diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml index 4fd84460808..22f478dc9d9 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-s3 diff --git a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml index f4c0b363eb0..fe890a60bbf 100644 --- a/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml +++ b/tika-pipes/tika-pipes-iterators/tika-pipes-iterator-solr/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-iterators 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-iterator-solr diff --git a/tika-pipes/tika-pipes-reporters/pom.xml b/tika-pipes/tika-pipes-reporters/pom.xml index 90e1e4b5962..0e3da3dd658 100644 --- a/tika-pipes/tika-pipes-reporters/pom.xml +++ b/tika-pipes/tika-pipes-reporters/pom.xml @@ -17,25 +17,24 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-reporters Apache Tika Pipes Reporters https://tika.apache.org/ pom - - tika-pipes-reporter-opensearch - tika-pipes-reporter-fs-status - tika-pipes-reporter-jdbc - + + tika-pipes-reporter-opensearch + tika-pipes-reporter-fs-status + tika-pipes-reporter-jdbc + 3.0.0-rc1 diff --git a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml index 99a78ff4088..533386ac737 100644 --- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml +++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-fs-status/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-reporters 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-reporter-fs-status diff --git a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml index a02e6ce8822..24972fc5ee6 100644 --- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml +++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-jdbc/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-reporters 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-reporter-jdbc diff --git a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml index 504441a0b74..8baa0ea222f 100644 --- a/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml +++ b/tika-pipes/tika-pipes-reporters/tika-pipes-reporter-opensearch/pom.xml @@ -17,14 +17,13 @@ specific language governing permissions and limitations under the License. --> - + org.apache.tika tika-pipes-reporters 4.0.0-SNAPSHOT - ../pom.xml - 4.0.0 + 4.1.0 tika-pipes-reporter-opensearch diff --git a/tika-serialization/pom.xml b/tika-serialization/pom.xml index e2d875b034c..7006decc7c0 100644 --- a/tika-serialization/pom.xml +++ b/tika-serialization/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-serialization diff --git a/tika-server/pom.xml b/tika-server/pom.xml index e001dd9e1a6..68bd5c653b5 100644 --- a/tika-server/pom.xml +++ b/tika-server/pom.xml @@ -14,20 +14,19 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 - - tika-server-core - tika-server-standard - tika-server-client - tika-server-eval - + + 4.1.0 + + tika-server-core + tika-server-standard + tika-server-client + tika-server-eval + org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-server diff --git a/tika-server/tika-server-client/pom.xml b/tika-server/tika-server-client/pom.xml index 14c8ad47e30..e3509e6c696 100644 --- a/tika-server/tika-server-client/pom.xml +++ b/tika-server/tika-server-client/pom.xml @@ -15,13 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + tika-server org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-server-client Apache Tika server client diff --git a/tika-server/tika-server-core/pom.xml b/tika-server/tika-server-core/pom.xml index 8dc3c5a8258..11309e834cb 100644 --- a/tika-server/tika-server-core/pom.xml +++ b/tika-server/tika-server-core/pom.xml @@ -15,14 +15,14 @@ See the License for the specific language governing permissions and limitations under the License. --> - + tika-server org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-server-core Apache Tika server core diff --git a/tika-server/tika-server-eval/pom.xml b/tika-server/tika-server-eval/pom.xml index ddc6505c95e..4a8ef784b73 100644 --- a/tika-server/tika-server-eval/pom.xml +++ b/tika-server/tika-server-eval/pom.xml @@ -15,13 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + tika-server org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-server-eval Apache Tika server tika-eval handler diff --git a/tika-server/tika-server-standard/pom.xml b/tika-server/tika-server-standard/pom.xml index 0edd7d1aad0..138b91beded 100644 --- a/tika-server/tika-server-standard/pom.xml +++ b/tika-server/tika-server-standard/pom.xml @@ -15,13 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> - + tika-server org.apache.tika 4.0.0-SNAPSHOT - 4.0.0 + 4.1.0 tika-server-standard Apache Tika standard server diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml index 3ab74ad8c8e..a842b6c9548 100644 --- a/tika-translate/pom.xml +++ b/tika-translate/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-translate diff --git a/tika-xmp/pom.xml b/tika-xmp/pom.xml index e97dd5056f2..1d07f1ccf5d 100644 --- a/tika-xmp/pom.xml +++ b/tika-xmp/pom.xml @@ -19,14 +19,13 @@ under the License. --> - - 4.0.0 + + 4.1.0 org.apache.tika tika-parent 4.0.0-SNAPSHOT - ../tika-parent/pom.xml tika-xmp