[ 
https://issues.apache.org/jira/browse/TIKA-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036825#comment-18036825
 ] 

ASF GitHub Bot commented on TIKA-4540:
--------------------------------------

cstamas commented on code in PR #2390:
URL: https://github.com/apache/tika/pull/2390#discussion_r2510796594


##########
tika-bundles/pom.xml:
##########
@@ -17,24 +17,23 @@
   specific language governing permissions and limitations
   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";>
+<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";>
   <parent>
     <artifactId>tika-parent</artifactId>
     <groupId>org.apache.tika</groupId>
     <version>4.0.0-SNAPSHOT</version>
-    <relativePath>../tika-parent/pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.1.0</modelVersion>
 
   <artifactId>tika-bundles</artifactId>
   <version>4.0.0-SNAPSHOT</version>
   <name>Apache Tika bundles module</name>
 
   <packaging>pom</packaging>
 
-  <modules>
-    <module>tika-bundle-standard</module>
-  </modules>
+  <subprojects>

Review Comment:
   IF you remain on model 4.0 (to allow both, use of Maven 3 and Maven 4 to 
build Tika) undo this.





> 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)

Reply via email to