Re: Request for a release of Maven Surefire

2023-12-01 Thread David Lloyd
On Thu, Nov 30, 2023 at 1:40 PM Michael Osipov  wrote:

> On 2023/11/30 16:54:44 David Lloyd wrote:
> > Would it be possible to request that a committer initiate a release of
> > Maven Surefire? There are a couple of bugfixes that are blocking releases
> > of a couple of Red Hat projects and it would be good to get them cleared
> up
> > before everyone disappears for the holidays.
>
> I need to merge one more PR and then I will do the release.
>

Great, thank you!

-- 
- DML • he/him


Re: [VOTE] Release Maven Javadoc Plugin version 3.6.3

2023-12-01 Thread Slawomir Jaranowski
+1

czw., 30 lis 2023 o 22:41 Michael Osipov  napisał(a):

> Hi,
>
> we solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12353857
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MJAVADOC/issues
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2041/
>
> https://repository.apache.org/content/repositories/maven-2041/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3-source-release.zip
>
> Source release checksum(s):
> maven-javadoc-plugin-3.6.3-source-release.zip
> sha512:
>
> 724078534531971f9b2a616fe4493f103311686275a495fd7dcdfe019ec0eec5f0f9a85b3329584a68ffcddd244840245ee9265c4aa512b94201701076c70a68
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-javadoc-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
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Javadoc Plugin version 3.6.3

2023-12-01 Thread Tamás Cservenák
+1

On Thu, Nov 30, 2023 at 10:41 PM Michael Osipov  wrote:

> Hi,
>
> we solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317529&version=12353857
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/projects/MJAVADOC/issues
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2041/
>
> https://repository.apache.org/content/repositories/maven-2041/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3-source-release.zip
>
> Source release checksum(s):
> maven-javadoc-plugin-3.6.3-source-release.zip
> sha512:
>
> 724078534531971f9b2a616fe4493f103311686275a495fd7dcdfe019ec0eec5f0f9a85b3329584a68ffcddd244840245ee9265c4aa512b94201701076c70a68
>
> Staging site:
> https://maven.apache.org/plugins-archives/maven-javadoc-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
>
>


[ANN] Apache Maven 3.9.6 released

2023-12-01 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the
Apache Maven 3.9.6

Apache Maven is a software project management and comprehension tool. Based
on the concept of a project object model (POM), Maven can manage a
project's build, reporting and documentation from a central piece of
information.

Maven 3.9.6 is available via https://maven.apache.org/download.cgi

The core release is independent of plugin releases. Further releases of
plugins will be made separately.

If you have any questions, please consult:

- the web site: https://maven.apache.org/
- the maven-user mailing list: https://maven.apache.org/mailing-lists.html
- the reference documentation: https://maven.apache.org/ref/3.9.6/

For more information read
https://maven.apache.org/docs/3.9.6/release-notes.html

Release Notes - Maven - Version 3.9.6

** Improvement
* [MNG-7939] - Allow to exclude plugins from validation
** Dependency upgrade
* [MNG-7913] - Upgrade Sisu version to 0.9.0.M2
* [MNG-7934] - Upgrade Resolver version to 1.9.18
* [MNG-7942] - Upgrade to parent POM 41
* [MNG-7943] - Upgrade default plugin bindings

Have fun!
- The Maven Team


[ANN] Maven Resolver 2.0.0-alpha-3 released

2023-12-01 Thread Tamás Cservenák
Howdy,

The Apache Maven team is pleased to announce the release of the
Maven Resolver 2.0.0-alpha-3.

https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-3/

This is a third *PREVIEW* release of upcoming Maven Resolver 2.0.0 meant
for users of Resolver to pick it up and adapt code if needed.

Release Notes - Maven Resolver - Version 2.0.0-alpha-3

** Bug
* [MRESOLVER-372] - Sporadic AccessDeniedEx on Windows
* [MRESOLVER-436] - The Upgrading Resolver page uses classnames before
rename
* [MRESOLVER-438] - The new jdk transport bug on Java 11 and Java 17
* [MRESOLVER-441] - Undo FileUtils changes that altered non-Windows
execution path
** Improvement
* [MRESOLVER-321] - Resolver while collecting may end up in busy loop
without any possibility to be stopped
** Task
* [MRESOLVER-429] - Enhance JDK transport error messaging
* [MRESOLVER-437] - Resolver should not override given HTTP transport
default use of expect-continue handshake
* [MRESOLVER-439] - Collapse "jdk" transport modules
* [MRESOLVER-440] - Clean up transport names, configuration properties
and documentation
* [MRESOLVER-442] - New JDK transport JAR mixes classes with different
bytecode
* [MRESOLVER-444] - Make build time requirement for Java 17
** Dependency upgrade
* [MRESOLVER-434] - Upgrade Parent to 41

Have fun,
Maven Team


[RESULT][VOTE] Release Apache Maven 3.9.6

2023-12-01 Thread Tamás Cservenák
Howdy,

The vote has passed with the following result:

+1b: Guillaume, Romain, Olivier, Slawomir, Sylwester

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP
file and add this release to the board report.

T


[RESULT][VOTE] Release Maven Resolver 2.0.0-alpha-3

2023-12-01 Thread Tamás Cservenák
Howdy,

The vote has passed with the following result:

+1b: Karl-Heinz, Sylwester, Guillaume, Slawomir

PMC quorum: reached

I will promote the artifacts to the central repo, the source release ZIP
file and add this release to the board report.

T