Re: Release plugin and updating a release with some fixes

2010-05-06 Thread napple fabble
guess that would not make much sense. I will try that. -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-and-updating-a-release-with-some-fixes-tp4974743p5012967.html Sent from the maven users mailing list archive at Nabble.com

Re: Release plugin and updating a release with some fixes

2010-05-05 Thread Jan Torben Heuer
Tim O'Brien wrote: mvn versions:set -DnewVersion=1.1-SNAPSHOT Great and much simpler than I expected ;-) Thanks (to both of you) Jan -- From address is valid until 01.06.2010 - To unsubscribe, e-mail:

Re: Release plugin and updating a release with some fixes

2010-05-05 Thread Stephen Connolly
Don't forget to update the scm section in the pom.xml files On 5 May 2010 08:38, Jan Torben Heuer jan_key67...@jtheuer.de wrote: Tim O'Brien wrote: mvn versions:set -DnewVersion=1.1-SNAPSHOT Great and much simpler than I expected ;-) Thanks (to both of you) Jan -- From address is

Re: Release plugin and updating a release with some fixes

2010-04-30 Thread Jan Torben Heuer
Wendy Smoak wrote: If you find you need to make a fix, then you can branch from the tag -- in your case the version number on your branch might be 1.5.1-SNAPSHOT. How do I create a branch from a tag? I have a: 2.0-SNAPSHOT (current /trunk/) 1.0 /tags/1.0/ and I want to have a

Re: Release plugin and updating a release with some fixes

2010-04-30 Thread Wendy Smoak
On Fri, Apr 30, 2010 at 10:07 AM, Jan Torben Heuer jan_key67...@jtheuer.de wrote: How do I create a branch from a tag? I have a: 2.0-SNAPSHOT (current /trunk/) 1.0 /tags/1.0/ and I want to have a /branch/1.1-SNAPSHOT. It is a a multi module project so version numbers must be changed. I

Release plugin and updating a release with some fixes

2010-04-28 Thread napple fabble
-and-updating-a-release-with-some-fixes-tp4974743p4974743.html Sent from the maven users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: Release plugin and updating a release with some fixes

2010-04-28 Thread Kumar Ampani
with release plugin, or do I have to do it manually (if so, what's the best approach? just fix trunk and copy the changed to the tag?). -- View this message in context: http://maven-users.828.n2.nabble.com/Release-plugin-and-updating-a-release-with-some-fixes-tp4974743p4974743.html Sent from

Re: Release plugin and updating a release with some fixes

2010-04-28 Thread Wes Wannemacher
-users.828.n2.nabble.com/Release-plugin-and-updating-a-release-with-some-fixes-tp4974743p4974743.html Sent from the maven users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Release plugin and updating a release with some fixes

2010-04-28 Thread Wendy Smoak
On Wed, Apr 28, 2010 at 10:23 AM, napple fabble jm.postili...@gmail.com wrote: The only thing I need to do is mvn release:prepare. This creates the correct tag and updates trunk as I want it to. I haven't had any need for release:perform. Really? Where are you getting the released artifacts

RE: Release plugin and updating a release with some fixes

2010-04-28 Thread Martin Gainty
contenu fourni. Date: Wed, 28 Apr 2010 11:13:31 -0400 Subject: Re: Release plugin and updating a release with some fixes From: w...@wantii.com To: users@maven.apache.org If you're not using release:perform and you aren't pushing a blessed jar anywhere (i.e. nexus), then you could just mvn