Re: [VOTE] Release Maven Resolver 1.9.17

2023-11-18 Thread Olivier Lamy
+1


On Sat, 18 Nov 2023 at 09:27, Tamás Cservenák  wrote:
>
> Howdy,
>
> Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode.
>
> We solved 4 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659
>
> There are still some issues in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2032/
>
> Source release SHA512:
> c594df21e82b198abefb1fdad67d68c1c6eda69e279ebb9bd1e1c20e361ae40f4bab99dfc00f9699e9129760a864b703ced61322361debe3abeefafcd78f3633
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-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: [VOTE] Release Maven Project Info Reports Plugin version 3.5.0

2023-11-18 Thread Olivier Lamy
+1

On Sat, 18 Nov 2023 at 07:56, Michael Osipov  wrote:
>
> Hi,
>
> we solved 3 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875
>
> 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-2031/
> https://repository.apache.org/content/repositories/maven-2031/org/apache/maven/plugins/maven-project-info-reports-plugin/3.5.0/maven-project-info-reports-plugin-3.5.0-source-release.zip
>
> Source release checksum(s):
> maven-project-info-reports-plugin-3.5.0-source-release.zip
> sha512:
> c5c9feedceacccfeec06bb503ec9e80f08a88671892cf260a0385cbde84f2bee3e283c8e62b3c1d20cf847af0e81033c618cf4fe6dbc20f2b56050331fb8a2d4
>
> 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



[ANN] Maven Resolver 2.0.0-alpha-2 released

2023-11-18 Thread Tamás Cservenák
Howdy,

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

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

This is a *PREVIEW* release of upcoming Maven Resolver 2.0.0 meant for
users of Resolver to pick it up and adapt code if needed. Migration from
Resolver 1.x in short: move off anything that is deprecated in Resolver 1.x
(use latest 1.9.16 as "baseline" to check for deprecations).

Session handling related changes are documented here:
https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-2/upgrading-resolver.html

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

** Improvement
* [MRESOLVER-302] - Introduce onSession close
* [MRESOLVER-384] - Support HTTP/2 in maven-resolver-transport-http
** Task
* [MRESOLVER-308] - HTTP transport showdown
* [MRESOLVER-422] - Fix javadoc report
* [MRESOLVER-423] - Remove the 3.x banner from Resolver site
* [MRESOLVER-424] - Make DependencyGraphDumper extensible
* [MRESOLVER-426] - Move some HTTP configuration properties from
transport-http
* [MRESOLVER-427] - Expose configuration for inhibiting Expect-Continue
handshake
* [MRESOLVER-430] - Make build time requirement for Java 21
* [MRESOLVER-431] - Make chained repository and transport listeners
extensible
* [MRESOLVER-432] - Introduce session provider as well
* [MRESOLVER-435] - Refresh download page

Have fun,
Maven Team


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

2023-11-18 Thread Tamás Cservenák
Howdy,

The vote has passed with the following result:

+1: Guillaume, Slawomir, Tamas

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


Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Tamás Cservenák
+1

On Wed, Nov 15, 2023 at 4:17 PM Tamás Cservenák  wrote:

> Howdy,
>
> Note: This is a second preview release of Resolver 2.0.0, that would allow
> any downstream consumers to try it out and adapt. Most of the major issues
> were fixed, almost all of the functionality is there (compare JIRA "2.0.0"
> and "2.0.0-alpha-2" versions).
>
> Relevant changes as compared to alpha-1:
> Implemented "onSessionClose" and using that in new HTTP/2 clients for
> proper client cleanup. Moreover, JDK java.net.http.HttpClient close method
> is used in jdk transport (hence Java21 build-time requirement).
> This version of resolver is still "drop in" replacement into client code
> IF it does
> not touch any deprecated thing from Resolver 1.x (as those are dropped),
> but
> session handling as mentioned above is changed, so integrators (like Maven)
> need to adapt: https://github.com/apache/maven/pull/1301
> Resolver client codebase like Mojos does NOT need any change.
>
> See
> https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html
>
> IF the vote is successful, the staging site will NOT be moved to
> https://maven.apache.org/resolver/ but instead will be made reachable
> from https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-2/
> only.
>
> The 1.9.16 is still the "latest stable" release of Maven Resolver.
>
> ===
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353841
>
> There are still some issues in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2030
>
> Source release SHA512:
>
> 52c0c99b9ed78bf070551521a96efb3b5b28f55a6b8005b8d9b72f5ded8c475e5212f257c5983d06d5741cf67652e51426f7795e5fca01bd645289eba64974cb
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>


Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Tamás Cservenák
PR for it
https://github.com/apache/maven-resolver/pull/372

T

On Sat, Nov 18, 2023 at 10:55 AM Tamás Cservenák 
wrote:

> And already spotted an issue: that page does not contain change where the
> new closeable session was renamed (uses old class name that does not exists
> anymore). Will create jira once home.
>
> T
>
> On Sat, Nov 18, 2023, 10:50 Tamás Cservenák  wrote:
>
>> Is new page present in alphas, extended in alpha2
>>
>> Try staging site (that moved, see prev email).
>>
>> Hth
>> T
>>
>> On Sat, Nov 18, 2023, 10:21 Michael Osipov  wrote:
>>
>>> Am 2023-11-15 um 16:17 schrieb Tamás Cservenák:
>>> > Howdy,
>>> >
>>> > Note: This is a second preview release of Resolver 2.0.0, that would
>>> allow
>>> > any downstream consumers to try it out and adapt. Most of the major
>>> issues
>>> > were fixed, almost all of the functionality is there (compare JIRA
>>> "2.0.0"
>>> > and "2.0.0-alpha-2" versions).
>>> >
>>> > Relevant changes as compared to alpha-1:
>>> > Implemented "onSessionClose" and using that in new HTTP/2 clients for
>>> > proper client cleanup. Moreover, JDK java.net.http.HttpClient close
>>> method
>>> > is used in jdk transport (hence Java21 build-time requirement).
>>> > This version of resolver is still "drop in" replacement into client
>>> code IF
>>> > it does
>>> > not touch any deprecated thing from Resolver 1.x (as those are
>>> dropped), but
>>> > session handling as mentioned above is changed, so integrators (like
>>> Maven)
>>> > need to adapt: https://github.com/apache/maven/pull/1301
>>> > Resolver client codebase like Mojos does NOT need any change.
>>> >
>>> > See
>>> >
>>> https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html
>>>
>>> Gives me 404.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>


Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Tamás Cservenák
And already spotted an issue: that page does not contain change where the
new closeable session was renamed (uses old class name that does not exists
anymore). Will create jira once home.

T

On Sat, Nov 18, 2023, 10:50 Tamás Cservenák  wrote:

> Is new page present in alphas, extended in alpha2
>
> Try staging site (that moved, see prev email).
>
> Hth
> T
>
> On Sat, Nov 18, 2023, 10:21 Michael Osipov  wrote:
>
>> Am 2023-11-15 um 16:17 schrieb Tamás Cservenák:
>> > Howdy,
>> >
>> > Note: This is a second preview release of Resolver 2.0.0, that would
>> allow
>> > any downstream consumers to try it out and adapt. Most of the major
>> issues
>> > were fixed, almost all of the functionality is there (compare JIRA
>> "2.0.0"
>> > and "2.0.0-alpha-2" versions).
>> >
>> > Relevant changes as compared to alpha-1:
>> > Implemented "onSessionClose" and using that in new HTTP/2 clients for
>> > proper client cleanup. Moreover, JDK java.net.http.HttpClient close
>> method
>> > is used in jdk transport (hence Java21 build-time requirement).
>> > This version of resolver is still "drop in" replacement into client
>> code IF
>> > it does
>> > not touch any deprecated thing from Resolver 1.x (as those are
>> dropped), but
>> > session handling as mentioned above is changed, so integrators (like
>> Maven)
>> > need to adapt: https://github.com/apache/maven/pull/1301
>> > Resolver client codebase like Mojos does NOT need any change.
>> >
>> > See
>> >
>> https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html
>>
>> Gives me 404.
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>


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

2023-11-18 Thread Tamás Cservenák
+1

On Fri, Nov 17, 2023, 22:56 Michael Osipov  wrote:

> Hi,
>
> we solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875
>
> 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-2031/
>
> https://repository.apache.org/content/repositories/maven-2031/org/apache/maven/plugins/maven-project-info-reports-plugin/3.5.0/maven-project-info-reports-plugin-3.5.0-source-release.zip
>
> Source release checksum(s):
> maven-project-info-reports-plugin-3.5.0-source-release.zip
> sha512:
>
> c5c9feedceacccfeec06bb503ec9e80f08a88671892cf260a0385cbde84f2bee3e283c8e62b3c1d20cf847af0e81033c618cf4fe6dbc20f2b56050331fb8a2d4
>
> 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
>
>


Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Tamás Cservenák
Is new page present in alphas, extended in alpha2

Try staging site (that moved, see prev email).

Hth
T

On Sat, Nov 18, 2023, 10:21 Michael Osipov  wrote:

> Am 2023-11-15 um 16:17 schrieb Tamás Cservenák:
> > Howdy,
> >
> > Note: This is a second preview release of Resolver 2.0.0, that would
> allow
> > any downstream consumers to try it out and adapt. Most of the major
> issues
> > were fixed, almost all of the functionality is there (compare JIRA
> "2.0.0"
> > and "2.0.0-alpha-2" versions).
> >
> > Relevant changes as compared to alpha-1:
> > Implemented "onSessionClose" and using that in new HTTP/2 clients for
> > proper client cleanup. Moreover, JDK java.net.http.HttpClient close
> method
> > is used in jdk transport (hence Java21 build-time requirement).
> > This version of resolver is still "drop in" replacement into client code
> IF
> > it does
> > not touch any deprecated thing from Resolver 1.x (as those are dropped),
> but
> > session handling as mentioned above is changed, so integrators (like
> Maven)
> > need to adapt: https://github.com/apache/maven/pull/1301
> > Resolver client codebase like Mojos does NOT need any change.
> >
> > See
> >
> https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html
>
> Gives me 404.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>


[VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M16

2023-11-18 Thread Michael Osipov

Hi,

we solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320&version=12353864

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

Staging repo:
https://repository.apache.org/content/repositories/maven-2033
https://repository.apache.org/content/repositories/maven-2033/org/apache/maven/doxia/doxia-sitetools/2.0.0-M16/doxia-sitetools-2.0.0-M16-source-release.zip

Source release checksum(s):
doxia-sitetools-2.0.0-M16-source-release.zip
sha512: 
8a17c9c12e14c68e3a6fb5cf5f76b25fc980ed9680bfda1c031244e2f8de274d78468619ae381017f28e3775aa0d14f6912e90242013bc397feedeabe6d34ca1


Staging site:
https://maven.apache.org/doxia/doxia-sitetools-archives/doxia-sitetools-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: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Michael Osipov

Am 2023-11-15 um 16:17 schrieb Tamás Cservenák:

Howdy,

Note: This is a second preview release of Resolver 2.0.0, that would allow
any downstream consumers to try it out and adapt. Most of the major issues
were fixed, almost all of the functionality is there (compare JIRA "2.0.0"
and "2.0.0-alpha-2" versions).

Relevant changes as compared to alpha-1:
Implemented "onSessionClose" and using that in new HTTP/2 clients for
proper client cleanup. Moreover, JDK java.net.http.HttpClient close method
is used in jdk transport (hence Java21 build-time requirement).
This version of resolver is still "drop in" replacement into client code IF
it does
not touch any deprecated thing from Resolver 1.x (as those are dropped), but
session handling as mentioned above is changed, so integrators (like Maven)
need to adapt: https://github.com/apache/maven/pull/1301
Resolver client codebase like Mojos does NOT need any change.

See
https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html


Gives me 404.


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



Re: [VOTE] Release Maven Resolver 2.0.0-alpha-2

2023-11-18 Thread Slawomir Jaranowski
+1

śr., 15 lis 2023 o 16:21 Tamás Cservenák  napisał(a):

> Howdy,
>
> Note: This is a second preview release of Resolver 2.0.0, that would allow
> any downstream consumers to try it out and adapt. Most of the major issues
> were fixed, almost all of the functionality is there (compare JIRA "2.0.0"
> and "2.0.0-alpha-2" versions).
>
> Relevant changes as compared to alpha-1:
> Implemented "onSessionClose" and using that in new HTTP/2 clients for
> proper client cleanup. Moreover, JDK java.net.http.HttpClient close method
> is used in jdk transport (hence Java21 build-time requirement).
> This version of resolver is still "drop in" replacement into client code IF
> it does
> not touch any deprecated thing from Resolver 1.x (as those are dropped),
> but
> session handling as mentioned above is changed, so integrators (like Maven)
> need to adapt: https://github.com/apache/maven/pull/1301
> Resolver client codebase like Mojos does NOT need any change.
>
> See
>
> https://maven.apache.org/resolver-archives/resolver-LATEST/upgrading-resolver.html
>
> IF the vote is successful, the staging site will NOT be moved to
> https://maven.apache.org/resolver/ but instead will be made reachable from
> https://maven.apache.org/resolver-archives/resolver-2.0.0-alpha-2/ only.
>
> The 1.9.16 is still the "latest stable" release of Maven Resolver.
>
> ===
>
> We solved 11 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353841
>
> There are still some issues in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2030
>
> Source release SHA512:
>
> 52c0c99b9ed78bf070551521a96efb3b5b28f55a6b8005b8d9b72f5ded8c475e5212f257c5983d06d5741cf67652e51426f7795e5fca01bd645289eba64974cb
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>


-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Resolver 1.9.17

2023-11-18 Thread Sylwester Lachiewicz
+1

sob., 18 lis 2023, 00:27 użytkownik Tamás Cservenák 
napisał:

> Howdy,
>
> Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode.
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659
>
> There are still some issues in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2032/
>
> Source release SHA512:
>
> c594df21e82b198abefb1fdad67d68c1c6eda69e279ebb9bd1e1c20e361ae40f4bab99dfc00f9699e9129760a864b703ced61322361debe3abeefafcd78f3633
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>


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

2023-11-18 Thread Slawomir Jaranowski
+1

pt., 17 lis 2023 o 22:56 Michael Osipov  napisał(a):

> Hi,
>
> we solved 3 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875
>
> 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-2031/
>
> https://repository.apache.org/content/repositories/maven-2031/org/apache/maven/plugins/maven-project-info-reports-plugin/3.5.0/maven-project-info-reports-plugin-3.5.0-source-release.zip
>
> Source release checksum(s):
> maven-project-info-reports-plugin-3.5.0-source-release.zip
> sha512:
>
> c5c9feedceacccfeec06bb503ec9e80f08a88671892cf260a0385cbde84f2bee3e283c8e62b3c1d20cf847af0e81033c618cf4fe6dbc20f2b56050331fb8a2d4
>
> 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
>
>

-- 
Sławomir Jaranowski


Re: [VOTE] Release Maven Resolver 1.9.17

2023-11-18 Thread Slawomir Jaranowski
+1

sob., 18 lis 2023 o 00:27 Tamás Cservenák  napisał(a):

> Howdy,
>
> Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode.
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659
>
> There are still some issues in JIRA:
> https://issues.apache.org/jira/projects/MRESOLVER/issues
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-2032/
>
> Source release SHA512:
>
> c594df21e82b198abefb1fdad67d68c1c6eda69e279ebb9bd1e1c20e361ae40f4bab99dfc00f9699e9129760a864b703ced61322361debe3abeefafcd78f3633
>
> Staging site:
> https://maven.apache.org/resolver-archives/resolver-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>


-- 
Sławomir Jaranowski


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

2023-11-18 Thread Sylwester Lachiewicz
+1

sob., 18 lis 2023, 09:57 użytkownik Michael Osipov 
napisał:

> Am 2023-11-17 um 22:54 schrieb Michael Osipov:
> > Hi,
> >
> > we solved 3 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875
> >
> > 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-2031/
> >
> https://repository.apache.org/content/repositories/maven-2031/org/apache/maven/plugins/maven-project-info-reports-plugin/3.5.0/maven-project-info-reports-plugin-3.5.0-source-release.zip
> >
> > Source release checksum(s):
> > maven-project-info-reports-plugin-3.5.0-source-release.zip
> > sha512:
> >
> c5c9feedceacccfeec06bb503ec9e80f08a88671892cf260a0385cbde84f2bee3e283c8e62b3c1d20cf847af0e81033c618cf4fe6dbc20f2b56050331fb8a2d4
> >
> > 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
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [VOTE] Release Maven Resolver 1.9.17

2023-11-18 Thread Michael Osipov

Am 2023-11-18 um 00:27 schrieb Tamás Cservenák:

Howdy,

Note: Maven Resolver 1.x lineage is in "bugfix only" maintenance mode.

We solved 4 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12353659

There are still some issues in JIRA:
https://issues.apache.org/jira/projects/MRESOLVER/issues

Staging repository:
https://repository.apache.org/content/repositories/maven-2032/

Source release SHA512:
c594df21e82b198abefb1fdad67d68c1c6eda69e279ebb9bd1e1c20e361ae40f4bab99dfc00f9699e9129760a864b703ced61322361debe3abeefafcd78f3633

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

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

Vote open for 72 hours.


+1


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



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

2023-11-18 Thread Michael Osipov

Am 2023-11-17 um 22:54 schrieb Michael Osipov:

Hi,

we solved 3 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12353875

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-2031/
https://repository.apache.org/content/repositories/maven-2031/org/apache/maven/plugins/maven-project-info-reports-plugin/3.5.0/maven-project-info-reports-plugin-3.5.0-source-release.zip

Source release checksum(s):
maven-project-info-reports-plugin-3.5.0-source-release.zip
sha512: 
c5c9feedceacccfeec06bb503ec9e80f08a88671892cf260a0385cbde84f2bee3e283c8e62b3c1d20cf847af0e81033c618cf4fe6dbc20f2b56050331fb8a2d4


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


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



Re: [VOTE] Release Apache Maven Reporting API version 4.0.0-M9

2023-11-18 Thread Michael Osipov

Done

Am 2023-11-18 um 02:20 schrieb Guillaume Nodet:

The JIRA title indicates doc change only... maybe it should be reworded a bit.

Le mer. 15 nov. 2023 à 10:40, Michael Osipov  a écrit :


API change/update and still have to go through formal vote.

On 2023/11/14 21:32:05 Guillaume Nodet wrote:

+1

There's not much in this release, mostly the parent upgrade. What's
the expectation here ?

Le dim. 12 nov. 2023 à 19:59, Michael Osipov  a écrit :


Hi,

we solved 2 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353749

There are no issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-api

Staging repo:
https://repository.apache.org/content/repositories/maven-2027/
https://repository.apache.org/content/repositories/maven-2027/org/apache/maven/reporting/maven-reporting-api/4.0.0-M9/maven-reporting-api-4.0.0-M9-source-release.zip

Source release checksum(s):
maven-reporting-api-4.0.0-M9-source-release.zip
sha512:
2c8402b3a2fbcc30c6f2610aa24d2c02394590358a29dbffec45f701e36796fa467c4807595bfe66e4e96b139dca7a80978c050d01760d2b327b28efb6b5

Staging site:
https://maven.apache.org/shared-archives/maven-reporting-api-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




--

Guillaume Nodet

-
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