Aggarwal-Raghav commented on code in PR #482:
URL: https://github.com/apache/tez/pull/482#discussion_r3483194082
##########
pom.xml:
##########
@@ -47,8 +47,9 @@
<!-- Build Properties -->
<!-- Default empty argLine to prevent Surefire crashes when the 'jacoco'
profile is inactive -->
<argLine/>
- <javaVersion>21</javaVersion>
- <maven.compiler.release>21</maven.compiler.release>
+ <javaVersion>25</javaVersion>
+ <maven.compiler.release>25</maven.compiler.release>
+ <version.maven-shade-plugin>3.6.2</version.maven-shade-plugin>
Review Comment:
Better to move apache parent pom to 38 as it has been released and has
`<version.maven-shade-plugin>3.6.2</version.maven-shade-plugin>` as 3.6.2
--
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]