Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-21 Thread Wendy Smoak
On Tue, Jun 21, 2011 at 9:19 AM, Neil Hart wrote: > I was hoping to just cut the release and not create the snapshot for a > couple of reasons. > > I have version 1.0-SNAPSHOT.  I'm done developing so I want to create > version 1.0, Get that into our mvn repo and update our hg repo.  At this > poi

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-21 Thread Neil Hart
I was hoping to just cut the release and not create the snapshot for a couple of reasons. I have version 1.0-SNAPSHOT. I'm done developing so I want to create version 1.0, Get that into our mvn repo and update our hg repo. At this point, I do know that I am done with version 10., but I don't kno

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Barrie Treloar
On Tue, Jun 21, 2011 at 9:14 AM, Wendy Smoak wrote: > On Mon, Jun 20, 2011 at 3:46 PM, Neil Hart wrote: >> I would like to run release:prepare without creating a new development >> version.  I don't always know the next version number when versioning the >> current build.  Later I could run relea

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Wendy Smoak
On Mon, Jun 20, 2011 at 3:46 PM, Neil Hart wrote: > I would like to run release:prepare without creating a new development > version.  I don't always know the next version number when versioning the > current build.  Later I could run release:branch (perhaps).  This is using > Maven 2.2.1. Did yo

Re: Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Barrie Treloar
On Tue, Jun 21, 2011 at 5:16 AM, Neil Hart wrote: > I would like to run release:prepare without creating a new development > version.  I don't always know the next version number when versioning the > current build.  Later I could run release:branch (perhaps).  This is using > Maven 2.2.1. > > I'v

Maven release:prepare and NOT creating SNAPSHOTs

2011-06-20 Thread Neil Hart
I would like to run release:prepare without creating a new development version. I don't always know the next version number when versioning the current build. Later I could run release:branch (perhaps). This is using Maven 2.2.1. I've tried a few of the properties in the release plugin without