[RESULT] [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-31 Thread Guillaume Nodet
Closing this vote with 7 +1 votes, pmc quorum reached.
I'll publish the release.

Le jeu. 23 mars 2023 à 11:21, Guillaume Nodet  a écrit :

> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-30 Thread Arnaud Héritier
+1

Le jeu. 30 mars 2023 à 08:59, Slawomir Jaranowski 
a écrit :

> +1
>
> czw., 23 mar 2023 o 11:22 Guillaume Nodet  napisał(a):
>
> > I've staged a candidate release at
> > https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
> >
> > This release provides distributions based on Maven 3.9.1 and
> 4.0.0-alpha-4
> > releases.
> > The release notes are available at :
> >
> >
> >
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
> >
> > Please review and vote !
> >
> > Cheers
> > Guillaume Nodet
> >
>
>
> --
> Sławomir Jaranowski
>
-- 
Arnaud Héritier
Twitter/GitHub/... : aheritier


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-29 Thread Slawomir Jaranowski
+1

czw., 23 mar 2023 o 11:22 Guillaume Nodet  napisał(a):

> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet
>


-- 
Sławomir Jaranowski


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-29 Thread Guillaume Nodet
+1

Le jeu. 23 mars 2023 à 11:21, Guillaume Nodet  a écrit :

> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet
>
>

-- 

Guillaume Nodet


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-26 Thread Olivier Lamy
+1

On Thu, 23 Mar 2023 at 20:21, Guillaume Nodet  wrote:
>
> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet

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



Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Delany
+1


On Thu, 23 Mar 2023 at 20:33, Guillaume Nodet  wrote:

> If you run
>
>mvn wrapper:3.2.0:wrapper -Dmvnd=1.0-m6-m39 -Dtype=only-script
>
>
> the plugin will create the wrapper, you'd have to change the
> .mvn/wrapper/maven-wrapper.properties file and modify the distributionUrl
> to
> point to the correct location, i.e.
>
>
>
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-bin.zip
>
> There are two issues:
>  * the url points to the distribution area while mvnd is still under vote,
> so it won't be able to find it
>  * the wrapper plugin does not support the new mvnd distributions with m39
> / m40 qualifiers, please raise a JIRA issue for that
>
>
> Le jeu. 23 mars 2023 à 14:46, Delany  a écrit
> :
>
> > What should URL can I use for
> >
> >
> https://maven.apache.org/wrapper/maven-wrapper-plugin/wrapper-mojo.html#mvndversion
> > ?
> >
> > The github link is broken.
> >
> > Kind regards,
> > Delany
> >
> > On Thu, 23 Mar 2023 at 12:22, Guillaume Nodet  wrote:
> >
> > > I've staged a candidate release at
> > > https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
> > >
> > > This release provides distributions based on Maven 3.9.1 and
> > 4.0.0-alpha-4
> > > releases.
> > > The release notes are available at :
> > >
> > >
> > >
> >
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
> > >
> > > Please review and vote !
> > >
> > > Cheers
> > > Guillaume Nodet
> > >
> >
>
>
> --
> 
> Guillaume Nodet
>


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Guillaume Nodet
If you run

   mvn wrapper:3.2.0:wrapper -Dmvnd=1.0-m6-m39 -Dtype=only-script


the plugin will create the wrapper, you'd have to change the
.mvn/wrapper/maven-wrapper.properties file and modify the distributionUrl to
point to the correct location, i.e.


https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-bin.zip

There are two issues:
 * the url points to the distribution area while mvnd is still under vote,
so it won't be able to find it
 * the wrapper plugin does not support the new mvnd distributions with m39
/ m40 qualifiers, please raise a JIRA issue for that


Le jeu. 23 mars 2023 à 14:46, Delany  a écrit :

> What should URL can I use for
>
> https://maven.apache.org/wrapper/maven-wrapper-plugin/wrapper-mojo.html#mvndversion
> ?
>
> The github link is broken.
>
> Kind regards,
> Delany
>
> On Thu, 23 Mar 2023 at 12:22, Guillaume Nodet  wrote:
>
> > I've staged a candidate release at
> > https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
> >
> > This release provides distributions based on Maven 3.9.1 and
> 4.0.0-alpha-4
> > releases.
> > The release notes are available at :
> >
> >
> >
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
> >
> > Please review and vote !
> >
> > Cheers
> > Guillaume Nodet
> >
>


-- 

Guillaume Nodet


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Jean-Baptiste Onofré
+1 (non binding)

Regards
JB

On Thu, Mar 23, 2023 at 11:21 AM Guillaume Nodet  wrote:
>
> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet

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



Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Delany
What should URL can I use for
https://maven.apache.org/wrapper/maven-wrapper-plugin/wrapper-mojo.html#mvndversion
?

The github link is broken.

Kind regards,
Delany

On Thu, 23 Mar 2023 at 12:22, Guillaume Nodet  wrote:

> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet
>


Re: [VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Tamás Cservenák
Tested on stress testing MRESOLVER-346 (quarkus)

+1

T

On Thu, Mar 23, 2023 at 11:22 AM Guillaume Nodet  wrote:

> I've staged a candidate release at
> https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/
>
> This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
> releases.
> The release notes are available at :
>
>
> https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430
>
> Please review and vote !
>
> Cheers
> Guillaume Nodet
>


[VOTE] Release Apache Maven Daemon 1.0-m6

2023-03-23 Thread Guillaume Nodet
I've staged a candidate release at
https://dist.apache.org/repos/dist/dev/maven/mvnd/1.0-m6/

This release provides distributions based on Maven 3.9.1 and 4.0.0-alpha-4
releases.
The release notes are available at :

https://github.com/apache/maven-mvnd/releases/tag/untagged-659daa4af1d963db7430

Please review and vote !

Cheers
Guillaume Nodet