Hi,

I would like to make sure that I understand maven 2 philosophy correctly. This is how I work with versions and SVN now:

1. Working with version 1.0-SNAPSHOT in svn.myhost.com/projectA/trunk
2. I want to release stable version so I use mvn release:prepare and mvn release:perform using as tagBase svn.myhost.com/projectA/tags and tag name projectA-1.0. This step creates artifacts with version 1.0.
3. I change my pom.xml files setting new working version, ie. 1.1-SNAPSHOT.
4. If I want to release next stable version I start from point 2.

Is this above correct?

Best regards,
Piotrek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to