> > they are easily resolved and downloaded
> > during build time
>
> This way users can put multiple versions in the bin folder, when
> migrating between versions.

In addition to the above, versioning file names also makes debugging easier.
A look at the classpath tells you exactly which version is in use, and eases
communication between a developer and the library's dev team when reporting
issues.
It can be seen as a human factors issue, but versioned file names eliminates
confusion, at the small expense of having to be explicit when upgrading.
It's a fair trade off, and one of the many reasons Maven adopted the
practice.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-database@googlegroups.com
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to