You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2013/11/25 00:19:10 UTC

[VOTE] Apache Maven Shade Plugin 2.2

Hi,
I'd like to release Apache Maven Shade plugin 2.2

We fixed 1 issue:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=18768

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

Source release:
https://repository.apache.org/content/repositories/maven-002/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2-source-release.zip

Staging site: http://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/

Vote open for 72H.

[+1]
[0]
[-1]

Thanks
-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

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


Re: [VOTE] Apache Maven Shade Plugin 2.2

Posted by Hervé BOUTEMY <he...@free.fr>.
+1

Regards,

Hervé

Le lundi 25 novembre 2013 10:19:10 Olivier Lamy a écrit :
> Hi,
> I'd like to release Apache Maven Shade plugin 2.2
> 
> We fixed 1 issue:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=187
> 68
> 
> Staging repository:
> https://repository.apache.org/content/repositories/maven-002/
> 
> Source release:
> https://repository.apache.org/content/repositories/maven-002/org/apache/mave
> n/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2-source-release.zip
> 
> Staging site:
> http://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
> 
> Vote open for 72H.
> 
> [+1]
> [0]
> [-1]
> 
> Thanks


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


Re: [VOTE] Apache Maven Shade Plugin 2.2

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


On 25 November 2013 10:19, Olivier Lamy <ol...@apache.org> wrote:
> Hi,
> I'd like to release Apache Maven Shade plugin 2.2
>
> We fixed 1 issue:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=18768
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-002/
>
> Source release:
> https://repository.apache.org/content/repositories/maven-002/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2-source-release.zip
>
> Staging site: http://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Vote open for 72H.
>
> [+1]
> [0]
> [-1]
>
> Thanks
> --
> Olivier Lamy
> Ecetera: http://ecetera.com.au
> http://twitter.com/olamy | http://linkedin.com/in/olamy



-- 
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy

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


Re: [VOTE] Apache Maven Shade Plugin 2.2

Posted by Stephen Connolly <st...@gmail.com>.
Check #1 - Not getting worse on RAT checks

    Rat check of 2.1:
        Unapproved: 72 unknown: 72 generated: 0 approved: 193 licence.
    Rat check of proposed 2.2:
        Unapproved: 72 unknown: 72 generated: 0 approved: 193 licence.

    Pass

Check #2 - source dist builds and passes ITs

[INFO] --- maven-invoker-plugin:1.8:verify (integration-test) @
> maven-shade-plugin ---
> [INFO] -------------------------------------------------
> [INFO] Build Summary:
> [INFO]   Passed: 45, Failed: 0, Errors: 0, Skipped: 0
> [INFO] -------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------


    Pass

Check #3 - Files in the source distribution are the same as in SVN

  Only one difference:
src/main/java/org/apache/maven/plugins/shade/pom/MavenJDOMWriter.java

87c87
> <  * @version $Revision: 1517906 $ $Date: 2013-08-28 04:25:03 +1000 (Wed,
> 28 Aug 2013) $
> ---
> >  * @version $Revision: 1517906 $ $Date: 2013-08-27 19:25:03 +0100 (Tue,
> 27 Aug 2013) $
> 2244c2244
> <      * @version $Revision: 1517906 $ $Date: 2013-08-28 04:25:03 +1000
> (Wed, 28 Aug 2013) $
> ---
> >      * @version $Revision: 1517906 $ $Date: 2013-08-27 19:25:03 +0100
> (Tue, 27 Aug 2013) $

    I do not deem that difference significant as it is likely a SVN keyword
expansion and time-zone difference.

    Qualified pass

That is all the tests I have time for, on this basis

+1 (binding)


-Stephen


On 24 November 2013 23:19, Olivier Lamy <ol...@apache.org> wrote:

> Hi,
> I'd like to release Apache Maven Shade plugin 2.2
>
> We fixed 1 issue:
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=18768
>
> Staging repository:
> https://repository.apache.org/content/repositories/maven-002/
>
> Source release:
>
> https://repository.apache.org/content/repositories/maven-002/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2-source-release.zip
>
> Staging site:
> http://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
>
> Vote open for 72H.
>
> [+1]
> [0]
> [-1]
>
> Thanks
> --
> Olivier Lamy
> Ecetera: http://ecetera.com.au
> http://twitter.com/olamy | http://linkedin.com/in/olamy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Apache Maven Shade Plugin 2.2

Posted by Tony Chemit <ch...@codelutin.com>.
On Mon, 25 Nov 2013 10:19:10 +1100
Olivier Lamy <ol...@apache.org> wrote:

+1,

thanks,

tony.

> Hi,
> I'd like to release Apache Maven Shade plugin 2.2
> 
> We fixed 1 issue:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=18768
> 
> Staging repository:
> https://repository.apache.org/content/repositories/maven-002/
> 
> Source release:
> https://repository.apache.org/content/repositories/maven-002/org/apache/maven/plugins/maven-shade-plugin/2.2/maven-shade-plugin-2.2-source-release.zip
> 
> Staging site: http://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/
> 
> Vote open for 72H.
> 
> [+1]
> [0]
> [-1]
> 
> Thanks



-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
http://www.codelutin.com
email: chemit@codelutin.com
twitter: https://twitter.com/tchemit

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