RE: Version name to use for a release candidate?
No, the snapshot would be called 1.0-SNAPSHOT. Exactly what you want your naming conventions for a release candidate to be are up to you, but it could be: 1.0-rc1, or 1.0-rc-1, or 1.0_rc1, or etc. You just release this version, and then go back to 1.0-SNAPSHOT as the version. ~Daniel -Original Message- From: Dan Adams [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 9:23 AM To: Maven Users List Subject: Re: Version name to use for a release candidate? So right now when it's in snapshot the pom version should be 1.0-rc1-SNAPSHOT? And then when this is released it goes to 1.0-rc1 and the next version will be 1.0-rc2-SNAPSHOT? Correct? On Tue, 2007-02-27 at 16:34 -0600, Wayne Fay wrote: > People generally use alpha or alpha-1, rc or rc1, etc to designate > release candidates. > > So in this case, I would probably use 1.0-alpha-1 or 1.0-rc1. > > Wayne > > On 2/27/07, Dan Adams <[EMAIL PROTECTED]> wrote: > > So I have a library that is in release candidate and I want to have > > it deployed to our releases repository and not be a snapshot. > > Because even though the library isn't finally released I still want > > people to be able to get the release candidates by version without > > using our snapshot repo. > > > > So the questions is: for v1.0 release candidate 1 what should the > > proper version in the pom be so that it follows maven version name conventions? > > Also, does this effect my ability to use the release plugin? Thanks. > > > > -- > > Dan Adams > > Senior Software Engineer > > Interactive Factory > > 617.235.5857 > > > > > > > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Version name to use for a release candidate?
So right now when it's in snapshot the pom version should be 1.0-rc1-SNAPSHOT? And then when this is released it goes to 1.0-rc1 and the next version will be 1.0-rc2-SNAPSHOT? Correct? On Tue, 2007-02-27 at 16:34 -0600, Wayne Fay wrote: > People generally use alpha or alpha-1, rc or rc1, etc to designate > release candidates. > > So in this case, I would probably use 1.0-alpha-1 or 1.0-rc1. > > Wayne > > On 2/27/07, Dan Adams <[EMAIL PROTECTED]> wrote: > > So I have a library that is in release candidate and I want to have it > > deployed to our releases repository and not be a snapshot. Because even > > though the library isn't finally released I still want people to be able > > to get the release candidates by version without using our snapshot > > repo. > > > > So the questions is: for v1.0 release candidate 1 what should the proper > > version in the pom be so that it follows maven version name conventions? > > Also, does this effect my ability to use the release plugin? Thanks. > > > > -- > > Dan Adams > > Senior Software Engineer > > Interactive Factory > > 617.235.5857 > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Version name to use for a release candidate?
People generally use alpha or alpha-1, rc or rc1, etc to designate release candidates. So in this case, I would probably use 1.0-alpha-1 or 1.0-rc1. Wayne On 2/27/07, Dan Adams <[EMAIL PROTECTED]> wrote: So I have a library that is in release candidate and I want to have it deployed to our releases repository and not be a snapshot. Because even though the library isn't finally released I still want people to be able to get the release candidates by version without using our snapshot repo. So the questions is: for v1.0 release candidate 1 what should the proper version in the pom be so that it follows maven version name conventions? Also, does this effect my ability to use the release plugin? Thanks. -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: Version name to use for a release candidate?
You could use the maven release-plugin and tell it that your release-version is something like '1.0-rc1'. Then when it asks you for the new snapshot (development) version, tell it to be '1.0-SNAPSHOT' again... I believe that is the way to go... But Maven is pretty flexible with the versions... On Tuesday 27 February 2007 23:22, Dan Adams wrote: > So I have a library that is in release candidate and I want to have it > deployed to our releases repository and not be a snapshot. Because even > though the library isn't finally released I still want people to be able > to get the release candidates by version without using our snapshot > repo. > > So the questions is: for v1.0 release candidate 1 what should the proper > version in the pom be so that it follows maven version name conventions? > Also, does this effect my ability to use the release plugin? Thanks. -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 Email: [EMAIL PROTECTED] Web: www.cfc.at - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]