Hi, say I have two projects, foo and bar, and bar depends on foo. My question is how should I properly declare this dependency. >From the maintainers point of view (and I'm the maintainer of both) I always want bar to use the newest release of foo. So, I have a released version of foo - 1.0.1, which is known to me at the moment I'm writing the pom for bar. Do I reference foo in bar as:
1.0.1 or [1.0.1,) or [1.0.1] or RELEASE or ... ? regards Leon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org