You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Barrie Treloar <ba...@gmail.com> on 2012/07/09 02:58:52 UTC

[VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Hi,

We solved 2 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=18491

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

Staging repo:
https://repository.apache.org/content/repositories/maven-038/
https://repository.apache.org/content/repositories/maven-038/org/apache/maven/enforcer/enforcer/1.1.1/enforcer-1.1.1-source-release.zip

Staging site:
http://maven.apache.org/staging/plugins/maven-enforcer-plugin

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

Vote open for 72 hours.

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

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


Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Posted by Barrie Treloar <ba...@gmail.com>.
On Thu, Jul 12, 2012 at 2:12 PM, Rex Hoffman <re...@e-hoffman.org> wrote:
> Just a quick mention that there is an annoying bit of logging that is
> showing up now in the dependencyConvergence enforcer rule, since the last
> release...
>
> I haven't looked up if I initially added it or not, I suspect if came in
> with the Upper bound dependency checker, but don't really have the time to
> investigate (still @ work waiting on a build ;)
>
> But if someone wouldn't mind removing this before release, the log line
> before release I'd appreciate it.

Sorry, I'm waiting for this one to use myself :)
But I can roll another one shortly after.

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


Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Posted by Rex Hoffman <re...@e-hoffman.org>.
Just a quick mention that there is an annoying bit of logging that is
showing up now in the dependencyConvergence enforcer rule, since the last
release...

I haven't looked up if I initially added it or not, I suspect if came in
with the Upper bound dependency checker, but don't really have the time to
investigate (still @ work waiting on a build ;)

But if someone wouldn't mind removing this before release, the log line
before release I'd appreciate it.

    private String getVersion( Artifact artifact )

    {

        log.info( ArtifactUtils.versionlessKey( artifact ) + " " +
artifact.getVersion() + " " + artifact.getBaseVersion() );

        return uniqueVersions ? artifact.getVersion() :
artifact.getBaseVersion();

    }

Thanks,

Rex

On Wed, Jul 11, 2012 at 12:07 PM, Hervé BOUTEMY <he...@free.fr>wrote:

> +1
>
> Hervé
>
> Le lundi 9 juillet 2012 10:28:52 Barrie Treloar a écrit :
> > Hi,
> >
> > We solved 2 issues:
> >
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=184
> > 91
> >
> > There are still a couple of issues left in JIRA:
> >
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11530&sta
> > tus=1
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-038/
> >
> https://repository.apache.org/content/repositories/maven-038/org/apache/mave
> > n/enforcer/enforcer/1.1.1/enforcer-1.1.1-source-release.zip
> >
> > Staging site:
> > http://maven.apache.org/staging/plugins/maven-enforcer-plugin
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

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

Hervé

Le lundi 9 juillet 2012 10:28:52 Barrie Treloar a écrit :
> Hi,
> 
> We solved 2 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=184
> 91
> 
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11530&sta
> tus=1
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-038/
> https://repository.apache.org/content/repositories/maven-038/org/apache/mave
> n/enforcer/enforcer/1.1.1/enforcer-1.1.1-source-release.zip
> 
> Staging site:
> http://maven.apache.org/staging/plugins/maven-enforcer-plugin
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

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

2012/7/9 Barrie Treloar <ba...@gmail.com>:
> Hi,
>
> We solved 2 issues:
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=18491
>
> There are still a couple of issues left in JIRA:
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11530&status=1
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-038/
> https://repository.apache.org/content/repositories/maven-038/org/apache/maven/enforcer/enforcer/1.1.1/enforcer-1.1.1-source-release.zip
>
> Staging site:
> http://maven.apache.org/staging/plugins/maven-enforcer-plugin
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
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] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Posted by Robert Scholte <rf...@apache.org>.
+1

Op Mon, 09 Jul 2012 03:02:13 +0200 schreef Barrie Treloar  
<ba...@gmail.com>:

> Whoops, just and paste error on the release notes.
> Should be
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=18653
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Posted by Stephen Connolly <st...@gmail.com>.
+1

On 9 July 2012 02:02, Barrie Treloar <ba...@gmail.com> wrote:

> Whoops, just and paste error on the release notes.
> Should be
>
> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=18653
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Enforcer Plugin version 1.1.1 (take 2 - was 1.2)

Posted by Barrie Treloar <ba...@gmail.com>.
Whoops, just and paste error on the release notes.
Should be
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11530&version=18653

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