On Fri, 12 Sept 2025 at 22:31, sebb <[email protected]> wrote: > On Fri, 12 Sept 2025 at 18:27, Alex Herbert <[email protected]> > wrote: > > > > On Fri, 12 Sept 2025 at 17:09, sebb <[email protected]> wrote: > > > > > Also > > > > > > > > > > <statistics.build.outputTimestamp>2024-08-16T00:00:00Z</statistics.build.outputTimestamp> > > > > > > seems wrong: should that not be updated for each release? > > > > > > > Where are you seeing this? In the code under the > > tag commons-statistics-1.2-RC1 the property is: > > > > > <statistics.build.outputTimestamp>2025-09-17T00:00:00Z</statistics.build.outputTimestamp> > > > > I set this to the anticipated release date after the vote. > > Sorry, my bad. > > It is in the default branch. >
That's good to know. When changing the version number using 'mvn versions:set ...' it rewrites the project.build.outputTimestamp. This then requires reverting the change manually throughout all the multiple pom files to this single property which should ensure reproducible builds. > > > Alex > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
