You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Morgovsky, Alexander (US - Glen Mills)" <am...@deloitte.com> on 2006/11/21 04:37:35 UTC

Maven release plugin question

Is it required to have "SNAPSHOT" in the version number of the Maven
project in order to use the Maven release plugin with it?  For example,
if I have a version like 2.0.0 and I would like to create a tag called
2.0.0.0, it looks like I am not able to do this using the plugin.  Is
this correct? 


This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]

Re: Maven release plugin question

Posted by Dan Tran <da...@gmail.com>.
yes, your artifact version must be SNAPSHOT, however your dependencies can
not be SNAPSHOT.

-D


On 11/20/06, Morgovsky, Alexander (US - Glen Mills) <am...@deloitte.com>
wrote:
>
> Is it required to have "SNAPSHOT" in the version number of the Maven
> project in order to use the Maven release plugin with it?  For example,
> if I have a version like 2.0.0 and I would like to create a tag called
> 2.0.0.0, it looks like I am not able to do this using the plugin.  Is
> this correct?
>
>
> This message (including any attachments) contains confidential information
> intended for a specific individual and purpose, and is protected by law.  If
> you are not the intended recipient, you should delete this message.
>
>
> Any disclosure, copying, or distribution of this message, or the taking of
> any action based on it, is strictly prohibited. [v.E.1]
>
>