Re: [VOTE] Release Apache Commons CSV 1.13.0 based on RC1

2025-01-09 Thread Gary Gregory
On Thu, Jan 9, 2025 at 6:05 PM Herve Boutemy wrote: > > -0 > > as I feared, same issue as Commons Release Plugin 1.9.0 RC1: wrong component > hash in SBOM (in this case, it's one dependency: commons-codec) > > When I read > > Built using: mvn clean install site -s "$HOME/.m2/commons-settings.xml"

Re: [ALL] CP 79 - 'Last Published' date not being updated correctly

2025-01-09 Thread Gary Gregory
Hi Sebb, It's not a hack but the Maven way of providing reproducible builds as documented here: https://maven.apache.org/guides/mini/guide-reproducible-builds.html HTH, Gary On Thu, Jan 9, 2025 at 7:27 PM sebb wrote: > > I think I have found the issue: > > The parent and validator pom.xml files

Re: [ALL] CP 79 - 'Last Published' date not being updated correctly

2025-01-09 Thread sebb
I think I have found the issue: The parent and validator pom.xml files now contain a definition for the property: project.build.outputTimestamp This appears to be a hack related to reproducible builds. Whilst that is a worthwhile goal, I don't think that should be to the detriment of an accurate

Re: [VOTE] Release Apache Commons CSV 1.13.0 based on RC1

2025-01-09 Thread sebb
On Thu, 9 Jan 2025 at 23:04, Herve Boutemy wrote: > > -0 > > as I feared, same issue as Commons Release Plugin 1.9.0 RC1: wrong component > hash in SBOM (in this case, it's one dependency: commons-codec) > > When I read > > Built using: mvn clean install site -s "$HOME/.m2/commons-settings.xml" >

[ALL] CP 79 - 'Last Published' date not being updated correctly

2025-01-09 Thread sebb
It looks like the changes to CP 79 and the maven site setup have broken the 'Last Published' date. When I build with $ mvn site -Psite-quick For CP 79 I get Last Published: 07 Jan 2025 For validator I get: Last Published: 28 May 2024 Sebb

Re: [VOTE] Release Apache Commons CSV 1.13.0 based on RC1

2025-01-09 Thread Herve Boutemy
-0 as I feared, same issue as Commons Release Plugin 1.9.0 RC1: wrong component hash in SBOM (in this case, it's one dependency: commons-codec) When I read > Built using: mvn clean install site -s "$HOME/.m2/commons-settings.xml" install should seriously be avoided when voting, but verify or pa

Re: [VOTE] Release Apache Commons CSV 1.13.0 based on RC1

2025-01-09 Thread Henri Biestro
[+1] Build & tests ok, site & API look good, changes & reports are clean (very nice coverage). Built using: mvn clean install site -s "$HOME/.m2/commons-settings.xml" On: Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /Users/hbiestro/Java/apache-maven-3.8.6 Java versio

Re: [VOTE] Release Apache Commons CSV 1.13.0 based on RC1

2025-01-09 Thread Gary D. Gregory
My +1 Gary On 2025/01/08 14:01:28 Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons > CSV 1.12.0 was released, so I would like to release Apache Commons CSV > 1.13.0. > > Apache Commons CSV 1.13.0 RC1 is available for review here: > https://dist.apach