I'm using the SCM plugin to do versioned releases and I love it. I have a question that I wanted to ask so that I don't go scripting something in my maven.xml that I didn't need to script. Here's my situation: after I've used the SCM plugin to set the version and tag, I want the "currentVersion" element in my project.xml file to be set to "SNAPSHOT" (maybe at some point we'll want to distinguish between 1.2-SNAPSHOT and 1.3-SNAPSHOT, but for now we don't need to). I want to do this because deploy-snapshot has been deprecated and because it communicates that once you make a change to the code that was versioned and tagged, you're building SNAPSHOTs rather than the version that you previously released.
It would really be helpful to hear opinions (especially from people that worked on the SCM plugin) before I write the script. Thanks, Ken --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
