keith-turner commented on a change in pull request #1688:
URL: https://github.com/apache/accumulo/pull/1688#discussion_r473312309
##########
File path: pom.xml
##########
@@ -136,10 +136,12 @@
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <maven.plugin-version>3.0.5</maven.plugin-version>
+ <maven.plugin-version>3.5.0</maven.plugin-version>
<!-- surefire/failsafe plugin option -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<powermock.version>2.0.2</powermock.version>
+ <!-- timestamp for reproducible outputs, updated on release by the release
plugin -->
+
<project.build.outputTimestamp>2020-08-18T00:00:00Z</project.build.outputTimestamp>
Review comment:
Is this an artifact of release testing?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]