You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Remko Popma <re...@gmail.com> on 2017/11/14 00:00:19 UTC

Library versions

Gary,

Just wondering: how do you keep track of library version updates? Is there
a tool to get notified when there’s an update?

Amazing job by the way!

Remko
(Shameless plug) Every java main() method deserves http://picocli.info

Re: Library versions

Posted by Matt Sicker <bo...@gmail.com>.
Oh now those are some very cool commands! TIL

On 13 November 2017 at 19:02, Gary Gregory <ga...@gmail.com> wrote:

> Yes, the tool is called "Maven" ;-)
>
> I am also on announce mailing lists of various projects.
>
> Try this:
>
> mvn versions:display-dependency-updates
>
> and:
>
> cls & mvn versions:display-plugin-updates
>
> Gary
>
> On Mon, Nov 13, 2017 at 5:00 PM, Remko Popma <re...@gmail.com>
> wrote:
>
> > Gary,
> >
> > Just wondering: how do you keep track of library version updates? Is
> there
> > a tool to get notified when there’s an update?
> >
> > Amazing job by the way!
> >
> > Remko
> > (Shameless plug) Every java main() method deserves http://picocli.info
> >
>



-- 
Matt Sicker <bo...@gmail.com>

Re: Library versions

Posted by Gary Gregory <ga...@gmail.com>.
Yes, the tool is called "Maven" ;-)

I am also on announce mailing lists of various projects.

Try this:

mvn versions:display-dependency-updates

and:

cls & mvn versions:display-plugin-updates

Gary

On Mon, Nov 13, 2017 at 5:00 PM, Remko Popma <re...@gmail.com> wrote:

> Gary,
>
> Just wondering: how do you keep track of library version updates? Is there
> a tool to get notified when there’s an update?
>
> Amazing job by the way!
>
> Remko
> (Shameless plug) Every java main() method deserves http://picocli.info
>