You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2009/12/03 20:01:01 UTC

[VOTE] Release Maven Changes Plugin version 2.3

Hi,

This vote comes soon after the 2.2 release, but I'd like to get a quick
release out to fix http://jira.codehaus.org/browse/MCHANGES-186 which is
a regression from the 2.1 version.


We solved 7 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&version=15999

There are still a couple of issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11212&status=1

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

Staging site:
http://maven.apache.org/plugins/maven-changes-plugin-2.3/

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

Vote open for 72 hours.

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

-- 
Dennis Lundberg

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


[Canceled] [VOTE] Release Maven Changes Plugin version 2.3

Posted by Dennis Lundberg <de...@apache.org>.
Benjamin Bentmann wrote:
> Dennis Lundberg wrote:
> 
>> This vote comes soon after the 2.2 release
> 
> No need to apologize ;-)
> 
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-036/
> 
> The .pom.asc seems not to match the plugin POM [0]. Looking at the POM,
> it seems as if it was deployed using Maven 2.1.0 and suffers from
> MNG-4167/MGPG-14.

I'll redo the build with the correct Maven version.

> 
> 
> Benjamin
> 
> 
> [0]
> https://repository.apache.org/content/repositories/maven-036/org/apache/maven/plugins/maven-changes-plugin/2.3/maven-changes-plugin-2.3.pom
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

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


Re: [VOTE] Release Maven Changes Plugin version 2.3

Posted by Brett Porter <br...@apache.org>.
2.2.1 is recommended in the release guide now (mostly because the wagon upgrade is necessary to work with scp).

I think we should solve the concern about building with JDK 1.4 a different way (toolchains, and/or animal sniffer).

Cheers,
Brett

On 05/12/2009, at 7:13 AM, Dennis Lundberg wrote:

> Benjamin Bentmann wrote:
>> Dennis Lundberg wrote:
>> 
>>> This vote comes soon after the 2.2 release
>> 
>> No need to apologize ;-)
>> 
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-036/
>> 
>> The .pom.asc seems not to match the plugin POM [0]. Looking at the POM,
>> it seems as if it was deployed using Maven 2.1.0 and suffers from
>> MNG-4167/MGPG-14.
> 
> Darn, you're probably right. I must have switched to 2.1 too soon. Is
> there one recommended version of Maven that works for both for the
> deployment of artifacts and the site deployment? I'd like to stay on
> Java 1.4 when doing plugin releases.
> 
> What's the best approach to fixing the signatures? Is it possible to
> re-sign the artifacts and just upload the new signatures? If so, what
> steps would I need to take.
> 
>> 
>> 
>> Benjamin
>> 
>> 
>> [0]
>> https://repository.apache.org/content/repositories/maven-036/org/apache/maven/plugins/maven-changes-plugin/2.3/maven-changes-plugin-2.3.pom
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>> 
>> 
> 
> 
> -- 
> Dennis Lundberg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/





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


Re: [VOTE] Release Maven Changes Plugin version 2.3

Posted by Lukas Theussl <lt...@gmail.com>.
On Fri, Dec 4, 2009 at 9:13 PM, Dennis Lundberg <de...@apache.org> wrote:

> Benjamin Bentmann wrote:
> > Dennis Lundberg wrote:
> >
> >> This vote comes soon after the 2.2 release
> >
> > No need to apologize ;-)
> >
> >> Staging repo:
> >> https://repository.apache.org/content/repositories/maven-036/
> >
> > The .pom.asc seems not to match the plugin POM [0]. Looking at the POM,
> > it seems as if it was deployed using Maven 2.1.0 and suffers from
> > MNG-4167/MGPG-14.
>
> Darn, you're probably right. I must have switched to 2.1 too soon. Is
> there one recommended version of Maven that works for both for the
> deployment of artifacts and the site deployment? I'd like to stay on
> Java 1.4 when doing plugin releases.
>
> What's the best approach to fixing the signatures? Is it possible to
> re-sign the artifacts and just upload the new signatures? If so, what
> steps would I need to take.
>

I had exactly the same problem with the release of doxia 1.1.1 (
http://www.mail-archive.com/dev@maven.apache.org/msg81138.html), I sent the
correct signatures to Brian who was so nice to replace them on the staging
repo. So it is possible... :)

-Lukas



>
> >
> >
> > Benjamin
> >
> >
> > [0]
> >
> https://repository.apache.org/content/repositories/maven-036/org/apache/maven/plugins/maven-changes-plugin/2.3/maven-changes-plugin-2.3.pom
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Changes Plugin version 2.3

Posted by Dennis Lundberg <de...@apache.org>.
Benjamin Bentmann wrote:
> Dennis Lundberg wrote:
> 
>> This vote comes soon after the 2.2 release
> 
> No need to apologize ;-)
> 
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-036/
> 
> The .pom.asc seems not to match the plugin POM [0]. Looking at the POM,
> it seems as if it was deployed using Maven 2.1.0 and suffers from
> MNG-4167/MGPG-14.

Darn, you're probably right. I must have switched to 2.1 too soon. Is
there one recommended version of Maven that works for both for the
deployment of artifacts and the site deployment? I'd like to stay on
Java 1.4 when doing plugin releases.

What's the best approach to fixing the signatures? Is it possible to
re-sign the artifacts and just upload the new signatures? If so, what
steps would I need to take.

> 
> 
> Benjamin
> 
> 
> [0]
> https://repository.apache.org/content/repositories/maven-036/org/apache/maven/plugins/maven-changes-plugin/2.3/maven-changes-plugin-2.3.pom
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

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


Re: [VOTE] Release Maven Changes Plugin version 2.3

Posted by Benjamin Bentmann <be...@udo.edu>.
Dennis Lundberg wrote:

> This vote comes soon after the 2.2 release

No need to apologize ;-)

> Staging repo:
> https://repository.apache.org/content/repositories/maven-036/

The .pom.asc seems not to match the plugin POM [0]. Looking at the POM, 
it seems as if it was deployed using Maven 2.1.0 and suffers from 
MNG-4167/MGPG-14.


Benjamin


[0] 
https://repository.apache.org/content/repositories/maven-036/org/apache/maven/plugins/maven-changes-plugin/2.3/maven-changes-plugin-2.3.pom

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