On Mon, Jun 20, 2011 at 3:46 PM, Neil Hart <neilah...@gmail.com> 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 you try setting developmentVersion?  That seems to control the
'next snapshot'.
http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html

FWIW I think it's a valid request.  Sometimes I have 1.0-SNAPSHOT and
I release 1.0-test then go back to 1.0-SNAPSHOT.  I can test the
release process without disrupting the developers.

-- 
Wendy

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

Reply via email to