Re: [VOTE] Release Maven WAR Plugin version 3.4.0

2023-06-14 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 11.06.23 22:14, Michael Osipov wrote: Hi, we solved 17 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121=12350597 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Clean Plugin version 3.3.1

2023-06-14 Thread Romain Manni-Bucau
+1 Le mer. 14 juin 2023 à 21:33, Sylwester Lachiewicz a écrit : > +1 > > śr., 14 cze 2023 o 20:58 Guillaume Nodet napisał(a): > > > Hi, > > > > Fwiw, I've burned the 3.3.0 release, hence 3.3.1... > > > > we solved 5 issues: > > > > >

[VOTE] Release Maven Clean Plugin version 3.3.1

2023-06-14 Thread Guillaume Nodet
Hi, Fwiw, I've burned the 3.3.0 release, hence 3.3.1... we solved 5 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224=12351541 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MCLEAN/issues Staging repo:

[ANN] Apache Software Foundation Parent POM Version 30 Released

2023-06-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 30 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 30 You can download the appropriate

[RESULT] [VOTE] Release Apache ASF parent 30

2023-06-14 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Michael Osipov, Tamás Cservenák, Sylwester Lachiewicz, Guillaume Nodet, Hervé Boutemy PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir

Re: [VOTE] Release Maven Clean Plugin version 3.3.1

2023-06-14 Thread Sylwester Lachiewicz
+1 śr., 14 cze 2023 o 20:58 Guillaume Nodet napisał(a): > Hi, > > Fwiw, I've burned the 3.3.0 release, hence 3.3.1... > > we solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317224=12351541 > > There are still a couple of issues left in JIRA: >

Re: [VOTE] Release Maven Clean Plugin version 3.3.1

2023-06-14 Thread Guillaume Nodet
Le jeu. 15 juin 2023 à 03:24, Elliotte Rusty Harold a écrit : > This might not be blocking but there are some dependency issues: > > [INFO] --- maven-dependency-plugin:3.4.0:analyze (default-cli) @ > maven-clean-plugin --- > [WARNING] Used undeclared dependencies found: > [WARNING]

Re: [VOTE] Release Maven Shade Plugin 3.5.0

2023-06-14 Thread Olivier Lamy
+1 On Wed, 14 Jun 2023 at 04:54, Tamás Cservenák wrote: > > Howdy, > > We solved 8 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12352951 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MSHADE/issues > > Staging

Re: [VOTE] Release Maven Clean Plugin version 3.3.1

2023-06-14 Thread Elliotte Rusty Harold
This might not be blocking but there are some dependency issues: [INFO] --- maven-dependency-plugin:3.4.0:analyze (default-cli) @ maven-clean-plugin --- [WARNING] Used undeclared dependencies found: [WARNING]commons-io:commons-io:jar:2.2:test [WARNING]

Re: [VOTE] Release Maven Shade Plugin 3.5.0

2023-06-14 Thread Sylwester Lachiewicz
+1 czw., 15 cze 2023, 04:39 użytkownik Olivier Lamy napisał: > +1 > > On Wed, 14 Jun 2023 at 04:54, Tamás Cservenák wrote: > > > > Howdy, > > > > We solved 8 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12352951 > > > > There are still a couple of

Re: [VOTE] Release Maven WAR Plugin version 3.4.0

2023-06-14 Thread Hervé Boutemy
+1 Reproducible Build ok: reference done with JDK 8 on Windows Regards, Hervé Le dimanche 11 juin 2023, 22:14:08 CEST Michael Osipov a écrit : > Hi, > > we solved 17 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121 > rsion=12350597 > > There are still a

Re: [VOTE] Release Maven Invoker Plugin version 3.6.0

2023-06-14 Thread Herve Boutemy
+1 Reproducible Builds ok: reference build done with JDK 8 on Windows System Requirements history not yet done: created https://issues.apache.org/jira/browse/MINVOKER-349 Contributions welcome, as this will be a prerequisite to change these prerequisites in the future Regards, Hervé On

Re: [VOTE] Release Maven WAR Plugin version 3.4.0

2023-06-14 Thread Olivier Lamy
+1 On Mon, 12 Jun 2023 at 06:14, Michael Osipov wrote: > > Hi, > > we solved 17 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121=12350597 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MWAR/issues > > Staging

Re: [DISCUSS] POM model version

2023-06-14 Thread Hunter C Payne
Sorry for chiming in again but perhaps I might have an idea.  The XSD schema that a POM uses is actually referenced from the POM.  So in essence each POM carries with it what is needed to know to parse it.  Perhaps in Maven 5 (or whichever version) we can require POM parsers to read and use

Re: [DISCUSS] POM model version

2023-06-14 Thread Hervé Boutemy
Le lundi 12 juin 2023, 01:50:56 CEST Guillaume Nodet a écrit : > > Don't look at Maven code to judge: the whole logic is based on "known > > unknown" > > = we don't know who parses POMs published to Maven Central, but there are > > many > > (it's easy to cite many, but not all). > > I can't buy

Re: [DISCUSS] POM model version

2023-06-14 Thread Guillaume Nodet
Le mer. 14 juin 2023 à 10:07, Guillaume Nodet a écrit : > I think this is exactly what Hervé explains was rejected years ago. The > assumption is that the POM v4 is "set in amber" and will never change, at > least for the consumer side, i.e. defining dependencies. For the build > side, it has

Re: [VOTE] Release Apache Maven parent 40

2023-06-14 Thread Slawomir Jaranowski
+1 pon., 12 cze 2023 o 20:07 Slawomir Jaranowski napisał(a): > Hi, > > For testing you need ASF parent 30 from the staging repository. > > We solved 15 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250=12352681 > > Commits: > >

Re: [DISCUSS] POM model version

2023-06-14 Thread Guillaume Nodet
I think this is exactly what Hervé explains was rejected years ago. The assumption is that the POM v4 is "set in amber" and will never change, at least for the consumer side, i.e. defining dependencies. For the build side, it has to evolve, so the POM v5 will need a different schema url or

JDK 21 is in Rampdown / The importance of testing with Early-Access Builds

2023-06-14 Thread David Delabassee
Welcome to the OpenJDK Quality Outreach June update. JDK 21 has entered Rampdown Phase One (RDP1) [1], which means that the main-line has been forked into a dedicated JDK 21 stabilization repository. At this point, the overall JDK 21 feature set is frozen. Any changes pushed to the main line

Re: [VOTE] Release Maven WAR Plugin version 3.4.0

2023-06-14 Thread Benjamin Marwell
+1 Am So., 11. Juni 2023 um 22:14 Uhr schrieb Michael Osipov : > > Hi, > > we solved 17 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318121=12350597 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/projects/MWAR/issues > >