On Fri, Mar 9, 2012 at 2:53 PM, Simone Tripodi <simonetrip...@apache.org>wrote:

> Maven guys usually track changes on Jira only, you can see the release
> notes on[1] - IMHO upgrading to latest released and m2 users would get
> benefit as well.
>

Thanks for the link. I see 2.0 has 2 issues fixed. But there no issues for
2.1 and 2.2. Odd.

Gary

>
> my 2 cents,
> -Simo
>
> [1] http://s.apache.org/b0B
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Fri, Mar 9, 2012 at 7:51 PM, Gary Gregory <garydgreg...@gmail.com>
> wrote:
> > On Fri, Mar 9, 2012 at 1:49 PM, sebb <seb...@gmail.com> wrote:
> >
> >> On 9 March 2012 18:43, Gary Gregory <garydgreg...@gmail.com> wrote:
> >> > On Fri, Mar 9, 2012 at 1:09 PM, sebb <seb...@gmail.com> wrote:
> >> >
> >> >> On 9 March 2012 17:25, Gary Gregory <garydgreg...@gmail.com> wrote:
> >> >> > Sebb and others: Wondering about updating wagon-ssh 1.0 to 2.2.
> >> Thoughts?
> >> >>
> >> >> No idea. What's 2.2 got that 1.0 hasn't? And vice versa?
> >> >>
> >> >
> >> > That a common problem: there is no release notes history that I found
> at
> >> > first glance.
> >>
> >> [Might be worth raising a bug against the component]
> >>
> >> So why do you think you want to use it?
> >> Has testing shown that it works better?
> >>
> >
> > I asked the question because I do not know.
> >
> > Gary
> >
> >
> >>
> >>
> >> >>
> >> >> Only seems to be relevant to Maven3 site invocations.
> >> >> I don't use M3 by default so have no idea if it will help or not.
> >> >>
> >> >
> >> > I use M3 by default ;)
> >> >
> >> >
> >> >>
> >> >> If we're not 100% sure, we could just add a property for the version
> >> >> and then it could be overridden.
> >> >> Might be a good idea to use a property anyway
> >> >>
> >> >
> >> > Good idea.
> >> >
> >> > Gary
> >> >
> >> >
> >> >>
> >> >> > Gary
> >> >> >
> >> >> > On Wed, Mar 7, 2012 at 12:23 PM, sebb <seb...@gmail.com> wrote:
> >> >> >
> >> >> >> On 7 March 2012 16:10, Gary Gregory <garydgreg...@gmail.com>
> wrote:
> >> >> >> > More struggles with Maven as I am try to push out a 24-SNAPSHOT
> as
> >> a
> >> >> >> first
> >> >> >> > step in http://wiki.apache.org/commons/UsingNexus...
> >> >> >> >
> >> >> >> > With the HEAD of trunk, I can successfully do:
> >> >> >> >
> >> >> >> > mvn clean gpg:sign deploy -Ptest-deploy
> >> >> >> >
> >> >> >> > But not:
> >> >> >> >
> >> >> >> > mvn clean deploy -Prelease
> >> >> >>
> >> >> >> > [ERROR] Failed to execute goal
> >> >> >> > org.apache.maven.plugins:maven-assembly-plugin:2.3:single
> >> (default) on
> >> >> >> > project commons-parent: Error reading assemblies: No assembly
> >> >> descriptors
> >> >> >> > found. -> [Help 1]
> >> >> >> >
> >> >> >> > If anyone else wants to take a crack at this, feel free ;)
> >> >> >>
> >> >> >> The release profile is intended for components, as they all have
> >> >> >> assembly descriptors.
> >> >> >>
> >> >> >> The release profile also signs the artifacts, which as previously
> >> >> >> discussed should not be done for SNAPSHOT deployments.
> >> >> >>
> >> >> >> ==
> >> >> >>
> >> >> >> For the actual release candidate the following needs to be done
> from
> >> a
> >> >> >> clean checkout of the tag, once the RN and changes have been
> updated.
> >> >> >>
> >> >> >> mvn gpg:sign deploy [-Ptest-deploy]
> >> >> >>
> >> >> >> ==
> >> >> >>
> >> >> >> Looking at the pom, there are 2 profiles that I don't think make
> >> sense
> >> >> >> now that we use Nexus:
> >> >> >>
> >> >> >> ci
> >> >> >> rc
> >> >> >>
> >> >> >> Could we delete them?
> >> >> >>
> >> >> >> > Thank you,
> >> >> >> > Gary
> >> >> >> >
> >> >> >> >
> >> >> >> > On Wed, Mar 7, 2012 at 9:24 AM, Gary Gregory <
> >> garydgreg...@gmail.com>
> >> >> >> wrote:
> >> >> >> >
> >> >> >> >> Hi All,
> >> >> >> >>
> >> >> >> >> I'd like to push out commons-parent 24 soon.
> >> >> >> >>
> >> >> >> >> Does anyone want anything more in there?
> >> >> >> >>
> >> >> >> >> Can you take a couple of minutes to install and test the
> >> 24-SNAPSHOT
> >> >> >> from
> >> >> >> >> trunk in your local repo with your favorite project?
> >> >> >> >>
> >> >> >> >> Thank you,
> >> >> >> >> Gary
> >> >> >> >>
> >> >> >> >> --
> >> >> >> >> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> >> >> >> JUnit in Action, 2nd Ed: <http://goog_1249600977>
> >> http://bit.ly/ECvg0
> >> >> >> >> Spring Batch in Action: <http://s.apache.org/HOq>
> >> >> http://bit.ly/bqpbCK
> >> >> >> >> Blog: http://garygregory.wordpress.com
> >> >> >> >> Home: http://garygregory.com/
> >> >> >> >> Tweet! http://twitter.com/GaryGregory
> >> >> >> >>
> >> >> >> >
> >> >> >> >
> >> >> >> >
> >> >> >> > --
> >> >> >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> >> >> > JUnit in Action, 2nd Ed: <http://goog_1249600977>
> >> http://bit.ly/ECvg0
> >> >> >> > Spring Batch in Action: <http://s.apache.org/HOq>
> >> http://bit.ly/bqpbCK
> >> >> >> > Blog: http://garygregory.wordpress.com
> >> >> >> > Home: http://garygregory.com/
> >> >> >> > Tweet! http://twitter.com/GaryGregory
> >> >> >>
> >> >> >>
> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> >> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> >> > JUnit in Action, 2nd Ed: <http://goog_1249600977>
> http://bit.ly/ECvg0
> >> >> > Spring Batch in Action: <http://s.apache.org/HOq>
> http://bit.ly/bqpbCK
> >> >> > Blog: http://garygregory.wordpress.com
> >> >> > Home: http://garygregory.com/
> >> >> > Tweet! http://twitter.com/GaryGregory
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> >> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> >> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> >> > Blog: http://garygregory.wordpress.com
> >> > Home: http://garygregory.com/
> >> > Tweet! http://twitter.com/GaryGregory
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to