Unless you're actually releasing the builds, just use SNAPSHOT. Otherwise use [minimumVersion, ) and it will resolve to the latest.
On 6 April 2017 19:36:57 BST, [email protected] wrote: >I have to 2 java projects a and b in maven. The B project uses the A >build >as a dependency. How do I ensure the whenever the A project has a new >build, the B project will always use that latest build in A. A is >being >built with a unique build number each time it gets built. So is A has >build # 10 as the newest build, the B project has to use build #10 of >A. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
