You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Guillaume Nodet <gn...@apache.org> on 2023/03/23 10:21:36 UTC

[VOTE] Release Apache Maven Daemon 1.0-m6

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

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

Posted by Guillaume Nodet <gn...@apache.org>.
Closing this vote with 7 +1 votes, pmc quorum reached.
I'll publish the release.

Le jeu. 23 mars 2023 à 11:21, Guillaume Nodet <gn...@apache.org> 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

Posted by Guillaume Nodet <gn...@apache.org>.
+1

Le jeu. 23 mars 2023 à 11:21, Guillaume Nodet <gn...@apache.org> 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

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (non binding)

Regards
JB

On Thu, Mar 23, 2023 at 11:21 AM Guillaume Nodet <gn...@apache.org> 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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


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

Posted by Tamás Cservenák <ta...@cservenak.net>.
Tested on stress testing MRESOLVER-346 (quarkus)

+1

T

On Thu, Mar 23, 2023 at 11:22 AM Guillaume Nodet <gn...@apache.org> 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

Posted by Delany <de...@gmail.com>.
+1


On Thu, 23 Mar 2023 at 20:33, Guillaume Nodet <gn...@apache.org> 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 <de...@gmail.com> 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 <gn...@apache.org> 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

Posted by Guillaume Nodet <gn...@apache.org>.
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 <de...@gmail.com> 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 <gn...@apache.org> 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

Posted by Delany <de...@gmail.com>.
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 <gn...@apache.org> 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

Posted by Arnaud Héritier <ah...@gmail.com>.
+1

Le jeu. 30 mars 2023 à 08:59, Slawomir Jaranowski <s....@gmail.com>
a écrit :

> +1
>
> czw., 23 mar 2023 o 11:22 Guillaume Nodet <gn...@apache.org> 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

Posted by Slawomir Jaranowski <s....@gmail.com>.
+1

czw., 23 mar 2023 o 11:22 Guillaume Nodet <gn...@apache.org> 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

Posted by Olivier Lamy <ol...@apache.org>.
+1

On Thu, 23 Mar 2023 at 20:21, Guillaume Nodet <gn...@apache.org> 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-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org