On 6/14/07, Wim Deblauwe <[EMAIL PROTECTED]> wrote:
I want to release something with a version number that has no official release yet. How should I give it it's version number so that the final release will be considered later? For instance, currently they are at 1.0-SNAPSHOT, final version will be 1.0. What version can I use (with preferably the time stamp in the version)?
Hi Wim, You could add a classifier. Something along the lines of "rc1" or something.. You can configure the maven-jar-plugin to do this for you.. Cheers Jo
