[
https://issues.apache.org/jira/browse/TIKA-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036834#comment-18036834
]
ASF GitHub Bot commented on TIKA-4540:
--------------------------------------
tballison commented on code in PR #2390:
URL: https://github.com/apache/tika/pull/2390#discussion_r2510844715
##########
tika-app/pom.xml:
##########
@@ -19,14 +19,13 @@
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+<project xmlns="http://maven.apache.org/POM/4.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0
https://maven.apache.org/xsd/maven-4.1.0.xsd">
+ <modelVersion>4.1.0</modelVersion>
Review Comment:
Now, I see because of the settings I used, based on the documentation for
upgrading.
> Upgrade to maven 4 when possible
> --------------------------------
>
> Key: TIKA-4540
> URL: https://issues.apache.org/jira/browse/TIKA-4540
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
>
> 4.0.0-rc5 is available now. I ran mvnup locally, manually removed all
> <relativePath../> for and then ran `mvn clean install`...
--
This message was sent by Atlassian Jira
(v8.20.10#820010)