We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ae38b commit 90e38fdCopy full SHA for 90e38fd
1 file changed
pom.xml
@@ -70,6 +70,7 @@
70
<commons.rc.version>RC1</commons.rc.version>
71
<commons.release.isDistModule>true</commons.release.isDistModule>
72
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
73
+ <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
74
<project.build.outputTimestamp>2024-06-10T19:02:53Z</project.build.outputTimestamp>
75
<!-- JaCoCo: Don't make code coverage worse than: -->
76
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
0 commit comments