Your application has a maven snapshot of 2.0.1 and you add code to it that you want to deploy:
A)Increase the snapshot to differentiate between the temp version 2.0.1 and 2.0.2 and deploy the latest snapshot 2.0.2
B)Deploy the latest snapshot 2.0.1
If you do a snapshot build (build 2.0.2 (A) or 2.0.1 (B)), does this means that both builds have the latest code? The only difference is that with the first option you add a secondary second version (2.0.1). Is that correct?