Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9.4.6 Released!



Joakim Erdfelt / joakim@xxxxxxxxxxx

On Thu, Jun 8, 2017 at 12:03 AM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:
Olivier,

It is listed in the parent pom as a module, but I'm guessing it was excluded from the release because it contained SNAPSHOT dependencies that were not updated?

I've modified the jetty-bom/pom.xml to use ${project.version} for all it's dependencies.

You can't do that with a bom apparently (using ${project.version})

- Joakim

Back to the top