You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Piotr Bzdyl <pi...@bzdyl.net> on 2005/10/20 19:23:53 UTC

[m2] Working with project versions

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [m2] Working with project versions

Posted by Brett Porter <br...@gmail.com>.
Yep, that's correct.

On 10/20/05, Piotr Bzdyl <pi...@bzdyl.net> wrote:
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org