HI,
I was wondering how the general best-practice method for the following scenario is:
We have codefreeze in our company. So for that we like to release a release candidate for our maven projects. After testing this candidate shall be released.
So how can I create a "release" in maven so that it is handeled like a snapshot ? Maven should download always a newer/patched version of the RC version. Only after the testing and final release to a full version it should not...
So how can I make a release of a RC ?
Thanks