java - Releasing with sort-of-circular dependencies between modules -


i have project child modules a1 , a2. a1 , a2 inherit version a. have project b has own version , depends upon a2. finally, a1 depends upon b.

without versioning concerns, not circular, since , b things independently versioned, is. can't release either snapshot dependencies.

what do? i've considered versioning a1 , a2 independently perhaps there way easier manage. , b not need released in lock-step.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -