diff --git a/.github/workflows/main-jdk11-build.yml b/.github/workflows/main-jdk11-build.yml deleted file mode 100644 index e7ddb16b70..0000000000 --- a/.github/workflows/main-jdk11-build.yml +++ /dev/null @@ -1,40 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed with -# this work for additional information regarding copyright ownership. -# The ASF licenses this file to You under the Apache License, Version 2.0 -# (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -name: main jdk11 build - -on: - pull_request: - branches: [ main ] - push: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - java: [ '11' ] - - steps: - - uses: actions/checkout@v4 - - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v1 - with: - java-version: ${{ matrix.java }} - - name: Build with Maven - run: mvn clean test install javadoc:aggregate diff --git a/pom.xml b/pom.xml index e61c709dd2..aa7fe028f0 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT tika-parent/pom.xml diff --git a/tika-app/pom.xml b/tika-app/pom.xml index 37e0ca77f1..b84df212f5 100644 --- a/tika-app/pom.xml +++ b/tika-app/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-batch/pom.xml b/tika-batch/pom.xml index 00c6f12f76..dc1517b198 100644 --- a/tika-batch/pom.xml +++ b/tika-batch/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-bom/pom.xml b/tika-bom/pom.xml index a61b77bd32..951937317e 100644 --- a/tika-bom/pom.xml +++ b/tika-bom/pom.xml @@ -24,7 +24,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml @@ -38,224 +38,224 @@ org.apache.tika tika-core - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-serialization - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-translate - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-xmp - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-java7 - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-server-core - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-server-client - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-eval-core - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-fuzzing - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-lingo24 - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-mitll-text - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-opennlp - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-optimaize - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-langdetect-test-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parsers-standard-package - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-bundle-standard - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-apple-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-audiovideo-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-cad-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-code-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-crypto-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-font-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-html-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-image-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-mail-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-microsoft-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-miscoffice-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-news-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-ocr-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-pdf-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-pkg-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-text-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-xml-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-digest-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-handler-boilerpipe - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-jdbc-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-mail-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-xmp-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-zip-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-scientific-package - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-sqlite3-package - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika @@ -267,12 +267,12 @@ org.apache.tika tika-parser-scientific-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-sqlite3-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika @@ -283,149 +283,149 @@ org.apache.tika tika-age-recogniser - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-dl - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-advancedmedia-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-parser-nlp-module - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-transcribe-aws - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-detectors - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-detector-siegfried - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-fs - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-gcs - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-jdbc - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-kafka - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-opensearch - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-s3 - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-emitter-solr - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-fetcher-gcs - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-fetcher-http - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-fetcher-s3 - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-csv - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-gcs - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-jdbc - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-kafka - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-s3 - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-iterator-solr - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-reporter-fs-status - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-reporter-jdbc - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-pipes-reporter-opensearch - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-async-cli - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT org.apache.tika tika-httpclient-commons - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT diff --git a/tika-bundles/pom.xml b/tika-bundles/pom.xml index b64ce7001e..f7c341d958 100644 --- a/tika-bundles/pom.xml +++ b/tika-bundles/pom.xml @@ -21,13 +21,13 @@ tika-parent org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml 4.0.0 tika-bundles - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT Apache Tika bundles module pom diff --git a/tika-bundles/tika-bundle-standard/pom.xml b/tika-bundles/tika-bundle-standard/pom.xml index 1b0ea87f8b..3bc8cec762 100644 --- a/tika-bundles/tika-bundle-standard/pom.xml +++ b/tika-bundles/tika-bundle-standard/pom.xml @@ -24,12 +24,12 @@ org.apache.tika tika-bundles - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml tika-bundle-standard - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT bundle Apache Tika OSGi standard bundle diff --git a/tika-core/pom.xml b/tika-core/pom.xml index ae735c4b58..dc1a8d02c7 100644 --- a/tika-core/pom.xml +++ b/tika-core/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-detectors/pom.xml b/tika-detectors/pom.xml index bd9791b9c8..145719d7a8 100644 --- a/tika-detectors/pom.xml +++ b/tika-detectors/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-detectors/tika-detector-siegfried/pom.xml b/tika-detectors/tika-detector-siegfried/pom.xml index 486c276488..b4d7bfea6d 100644 --- a/tika-detectors/tika-detector-siegfried/pom.xml +++ b/tika-detectors/tika-detector-siegfried/pom.xml @@ -21,7 +21,7 @@ tika-detectors org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml index abded7a026..f5c974107b 100644 --- a/tika-eval/pom.xml +++ b/tika-eval/pom.xml @@ -24,7 +24,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-eval/tika-eval-app/pom.xml b/tika-eval/tika-eval-app/pom.xml index 7b80203f84..7bb1d9dd7e 100644 --- a/tika-eval/tika-eval-app/pom.xml +++ b/tika-eval/tika-eval-app/pom.xml @@ -21,7 +21,7 @@ tika-eval org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-eval/tika-eval-core/pom.xml b/tika-eval/tika-eval-core/pom.xml index 252eedc2e8..037c8abf05 100644 --- a/tika-eval/tika-eval-core/pom.xml +++ b/tika-eval/tika-eval-core/pom.xml @@ -21,7 +21,7 @@ tika-eval org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-example/pom.xml b/tika-example/pom.xml index 63b51b3e63..b7dbea4897 100644 --- a/tika-example/pom.xml +++ b/tika-example/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-fuzzing/pom.xml b/tika-fuzzing/pom.xml index 46a42f2ac1..ce0596b7e1 100644 --- a/tika-fuzzing/pom.xml +++ b/tika-fuzzing/pom.xml @@ -21,7 +21,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml index 9c006fd318..99c1714e9e 100644 --- a/tika-grpc/pom.xml +++ b/tika-grpc/pom.xml @@ -29,7 +29,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-handlers/pom.xml b/tika-handlers/pom.xml index 02df8280b0..01bab28334 100644 --- a/tika-handlers/pom.xml +++ b/tika-handlers/pom.xml @@ -22,7 +22,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-handlers/tika-handler-boilerpipe/pom.xml b/tika-handlers/tika-handler-boilerpipe/pom.xml index d7ca86ebef..b1a0a1cf67 100644 --- a/tika-handlers/tika-handler-boilerpipe/pom.xml +++ b/tika-handlers/tika-handler-boilerpipe/pom.xml @@ -22,7 +22,7 @@ org.apache.tika tika-handlers - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../pom.xml diff --git a/tika-integration-tests/pom.xml b/tika-integration-tests/pom.xml index 0273f7f434..8dbb87c8a1 100644 --- a/tika-integration-tests/pom.xml +++ b/tika-integration-tests/pom.xml @@ -21,7 +21,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml 4.0.0 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 bd854944e3..8857cc91d1 100644 --- a/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-kafka-integration-tests/pom.xml @@ -21,7 +21,7 @@ tika-integration-tests org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 948e3754bd..a746023ee3 100644 --- a/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-opensearch-integration-tests/pom.xml @@ -21,7 +21,7 @@ tika-integration-tests org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 0ca8324070..8137e81543 100644 --- a/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-s3-integration-tests/pom.xml @@ -21,7 +21,7 @@ tika-integration-tests org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 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 fae38ae8ee..a271322629 100644 --- a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml +++ b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml @@ -21,7 +21,7 @@ tika-integration-tests org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-integration-tests/tika-resource-loading-tests/pom.xml b/tika-integration-tests/tika-resource-loading-tests/pom.xml index 341e1dd065..a47306b7a9 100644 --- a/tika-integration-tests/tika-resource-loading-tests/pom.xml +++ b/tika-integration-tests/tika-resource-loading-tests/pom.xml @@ -21,7 +21,7 @@ tika-integration-tests org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-java7/pom.xml b/tika-java7/pom.xml index 0b33ec1ac5..98d1de7672 100644 --- a/tika-java7/pom.xml +++ b/tika-java7/pom.xml @@ -25,7 +25,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml diff --git a/tika-langdetect/pom.xml b/tika-langdetect/pom.xml index 5a0a2a11b9..bcb1e8fb5b 100644 --- a/tika-langdetect/pom.xml +++ b/tika-langdetect/pom.xml @@ -21,7 +21,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT ../tika-parent/pom.xml 4.0.0 diff --git a/tika-langdetect/tika-langdetect-lingo24/pom.xml b/tika-langdetect/tika-langdetect-lingo24/pom.xml index 70eefafe6f..1549efa073 100644 --- a/tika-langdetect/tika-langdetect-lingo24/pom.xml +++ b/tika-langdetect/tika-langdetect-lingo24/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-langdetect/tika-langdetect-mitll-text/pom.xml b/tika-langdetect/tika-langdetect-mitll-text/pom.xml index 56d0456ad8..9d96bfa80e 100644 --- a/tika-langdetect/tika-langdetect-mitll-text/pom.xml +++ b/tika-langdetect/tika-langdetect-mitll-text/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-langdetect/tika-langdetect-opennlp/pom.xml b/tika-langdetect/tika-langdetect-opennlp/pom.xml index ff9907549c..94a64da706 100644 --- a/tika-langdetect/tika-langdetect-opennlp/pom.xml +++ b/tika-langdetect/tika-langdetect-opennlp/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-langdetect/tika-langdetect-optimaize/pom.xml b/tika-langdetect/tika-langdetect-optimaize/pom.xml index ad7e2492f8..c1cd9b2943 100644 --- a/tika-langdetect/tika-langdetect-optimaize/pom.xml +++ b/tika-langdetect/tika-langdetect-optimaize/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-langdetect/tika-langdetect-test-commons/pom.xml b/tika-langdetect/tika-langdetect-test-commons/pom.xml index 02e7dce464..a35d77871f 100644 --- a/tika-langdetect/tika-langdetect-test-commons/pom.xml +++ b/tika-langdetect/tika-langdetect-test-commons/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-langdetect/tika-langdetect-tika/pom.xml b/tika-langdetect/tika-langdetect-tika/pom.xml index 91b93a09e0..425316a339 100644 --- a/tika-langdetect/tika-langdetect-tika/pom.xml +++ b/tika-langdetect/tika-langdetect-tika/pom.xml @@ -21,7 +21,7 @@ tika-langdetect org.apache.tika - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT 4.0.0 diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 6abd0bc796..ff544845bc 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -31,7 +31,7 @@ org.apache.tika tika-parent - 3.0.1-SNAPSHOT + 4.0.0-SNAPSHOT pom Apache Tika parent @@ -281,9 +281,9 @@ - 11 - 11 - 11 + 17 + 17 + 17 UTF-8 ${project.build.sourceEncoding} 1729074250 @@ -1077,7 +1077,7 @@ maven-compiler-plugin ${maven.compiler.plugin.version} - 11 + 17