I have a jar, say X.jar,  which is reference by numerous projects.
Developers are changing and releasing various versions of X.jar for releases.
What is the best way to manage the POM files of projects which depends on it.

1. Use version range? E.g [1.0,2.0)
   This option has potential of picking up unintended latest release of X.jar
2. Manually update reach project's POM file and up a minor version?
   This option is labor intensive and difficult to manage. Also,
increasing a minor version in projects seems wrong and weird.

What's a better way you would suggest?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to