cstamas commented on code in PR #1545:
URL: https://github.com/apache/maven-mvnd/pull/1545#discussion_r2885293878
##########
pom.xml:
##########
@@ -67,33 +67,41 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
+ <!-- parent profile defines this; undefine -->
+ <maven.compiler.release />
<maven-dist.required.jdk>8</maven-dist.required.jdk>
<project.build.outputTimestamp>2025-09-17T13:29:54Z</project.build.outputTimestamp>
<trimStackTrace>false</trimStackTrace>
<project.github.repository>apache/maven-mvnd</project.github.repository>
<repository.url>github.com:${project.github.repository}</repository.url>
+ <!-- parent version updates -->
+ <surefire.version>3.5.5</surefire.version>
+ <version.plexus-xml>3.0.2</version.plexus-xml>
+ <version.maven-compiler-plugin>3.15.0</version.maven-compiler-plugin>
+ <version.spotless-maven-plugin>3.3.0</version.spotless-maven-plugin>
Review Comment:
I just blindly went for `mvn toolbox:versions` and killed off all "yellow"
entries (having update) :smile:
I agree, we can undo these, IMO none of these are required.
--
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]