tballison commented on code in PR #2390: URL: https://github.com/apache/tika/pull/2390#discussion_r2510830461
########## 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: that was done by `mvnup` automatically. Should I undo that throughout? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
