We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8664b commit 064b447Copy full SHA for 064b447
pom.xml
@@ -58,6 +58,7 @@
58
<!-- Commons Release Plugin -->
59
<commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
60
<commons.release.isDistModule>true</commons.release.isDistModule>
61
+ <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
62
<project.build.outputTimestamp>2025-01-07T14:08:08Z</project.build.outputTimestamp>
63
<!-- JaCoCo: Don't make code coverage worse than: -->
64
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
0 commit comments