Re: [VOTE] Release Maven Project Info Reports Plugin version 3.4.4

2023-05-28 Thread tison
+1 (non-binding)

Build and test with JDK 8 on macOS OK.
Checksum matches.

BTW - It happens I submit a PR[1] to this plugin yesterday and wait for a
review :D


Best,
tison.

[1] https://github.com/apache/maven-project-info-reports-plugin/pull/61


Hervé Boutemy  于2023年5月28日周日 22:53写道:

> +1
>
> Reproducible Builds ok: reference build done with JDK 8 on Windows
>
> Regards,
>
> Hervé
>
> Le vendredi 26 mai 2023, 21:29:11 CEST Michael Osipov a écrit :
> > Hi,
> >
> > we solved 6 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821
> > rsion=12353222
> >
> > There are still a couple of issues left in JIRA:
> > https://issues.apache.org/jira/projects/MPIR/issues
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1948/
> >
> https://repository.apache.org/content/repositories/maven-1948/org/apache/mav
> >
> en/plugins/maven-project-info-reports-plugin/3.4.4/maven-project-info-report
> > s-plugin-3.4.4-source-release.zip
> >
> > Source release checksum(s):
> > maven-project-info-reports-plugin-3.4.4-source-release.zip
> > sha512:
> >
> c5803f9c7165ca1277e2952bc04eb0b30d9d2b1972e89bb90ac0611ddf3c1062aaea964f4484
> > ba45ecf7780a77ae141f7cd9773edd402c48ff19b8fc25e5344b
> >
> > Staging site:
> >
> https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin->
> LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


[VOTE] Release Maven Surefire version 3.1.1

2023-05-28 Thread Michael Osipov

Hi,

we solved 9 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353266

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1949/
https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip

Source release checksum(s):
surefire-3.1.1-source-release.zip
sha512: 
deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0


Staging site:
https://maven.apache.org/surefire-archives/surefire-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [HEADS UP] Upcoming Resolver and Maven releases

2023-05-28 Thread Henning Schmiedehausen
You spend so much time on ceremony and bureaucracy by filing tickets that
no one is going to pick up or read and then creating pull requests that at
best will be glanced at and then "LGTM"ed.

This is a trivial, non-controversial change that any committer can just
commit. Worst case scenario, someone else is going to comment on it and
then it can be iterated. That is how Apache has always worked and why CTR
is more efficient with a small team. Every committer is explicitly trusted
to work on the code base without constant "there needs to be a ticket.
there needs to be a PR. there needs to be a week of discussion whether that
change is good. there needs to be "approval" or "majority agreement" by
some star chamber that can decide what is good for the project.

Reserve the ceremony and discussion for the large, gnarly, controversial
changes that warrant discussion and where there is value in doing more
upfront planning. But for god's sake, stop doing ceremony for ceremony's
sake.

It is a literal one-liner. - https://github.com/apache/maven/pull/1132

-h


On Fri, May 26, 2023 at 1:24 PM Tamás Cservenák  wrote:

> Howdy,
>
> good call, created https://issues.apache.org/jira/browse/MNG-7797
>
> Thanks
> T
>
> On Fri, May 26, 2023 at 10:09 PM Henning Schmiedehausen <
> henn...@schmiedehausen.org> wrote:
>
> > maven 3.9.2:
> >
> > mvn -DskipTests -Dmaven.plugin.validation=BRIEF -pl :jdbi3-core clean
> > install
> > [...]
> >
> > current 3.9.3-SNAPSHOT:
> >
> > mvn -DskipTests -Dmaven.plugin.validation=BRIEF -pl :jdbi3-core clean
> > install
> > [...]
> >
> > *[WARNING] Invalid value specified for property maven.plugin.validation:
> > 'BRIEF'. Supported values are (case insensitive): [NONE, INLINE, SUMMARY,
> > VERBOSE]*
> >
> > You shipped "BRIEF" in 3.9.2, removing it now breaks scripts that added
> > this to the command line or the pom.
> >
> > I suggest mapping "BRIEF" to "SUMMARY".
> >
> > -h
> >
> >
> > On Fri, May 26, 2023 at 12:46 AM Tamás Cservenák 
> > wrote:
> >
> > > Howdy,
> > >
> > > Resolver 1.9.11 is shaping:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOLVER%20AND%20fixVersion%20%3D%201.9.11
> > >
> > > one resolver issue under scrutiny:
> > > https://issues.apache.org/jira/browse/MRESOLVER-362
> > >
> > > Maven 3.9.3 as well:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MNG%20AND%20fixVersion%20%3D%203.9.3
> > >
> > > As usual, I plan these for next week, so if anyone has anything to say,
> > > speak up!
> > >
> > > Thanks
> > > T
> > >
> >
>


Re: [VOTE] Release Maven Project Info Reports Plugin version 3.4.4

2023-05-28 Thread Hervé Boutemy
+1

Reproducible Builds ok: reference build done with JDK 8 on Windows

Regards,

Hervé

Le vendredi 26 mai 2023, 21:29:11 CEST Michael Osipov a écrit :
> Hi,
> 
> we solved 6 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821
> rsion=12353222
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MPIR/issues
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1948/
> https://repository.apache.org/content/repositories/maven-1948/org/apache/mav
> en/plugins/maven-project-info-reports-plugin/3.4.4/maven-project-info-report
> s-plugin-3.4.4-source-release.zip
> 
> Source release checksum(s):
> maven-project-info-reports-plugin-3.4.4-source-release.zip
> sha512:
> c5803f9c7165ca1277e2952bc04eb0b30d9d2b1972e89bb90ac0611ddf3c1062aaea964f4484
> ba45ecf7780a77ae141f7cd9773edd402c48ff19b8fc25e5344b
> 
> Staging site:
> https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-> 
> LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org





-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org