Re: Best practice to update dependency versions for *many* projects to the current version

2021-09-03 Thread Jim N
mvn versions:use-latest-versions this plugin does what it says, but also supports overriding specific ranges in specific scopes On Fri, Sep 3, 2021 at 4:05 PM Mantas Gridinas wrote: > It's a matter of preference, really. But I'd like to avoid anything > that I can override via command-line u

ApacheCon is just 3 weeks away!

2021-09-03 Thread Rich Bowen
[You are receiving this email because you are subscribed to the user list of one or more Apache project.] Dear Apache enthusiast, ApacheCon is our annual convention, featuring content related to our many software projects. This year, it will be held on September 21-23. Registration is free t

Re: Best practice to update dependency versions for *many* projects to the current version

2021-09-03 Thread Mantas Gridinas
It's a matter of preference, really. But I'd like to avoid anything that I can override via command-line unless it is documented as a plugin property. We have profiles for that. On Thu, Sep 2, 2021 at 10:52 PM Delany wrote: > > Mantas, why dont you use properties for versions? I found that some p