Ralph Goers schrieb:
> So the tree really looks like:
> 
> +tags
>    +root-1.0 (trunk revision 1)
>      +A(1.0)
>      +B(1.0)
>    +root-1.1 (trunk revision 2)
>      +A(1.0)
>      +B(1.1)
>    +root-1.2 (trunk revision 3)
>      +A(1.0)
>      +B(1.2)
> /trunk at revision 4
>    +root(1.2-SNAPSHOT)
>      +A(1.0)
>      +B(1.3-SNAPSHOT)
> 
> This assumes that A has not been modified since its initial release  
> and B is currently under development and has not been released.
> 

What stops a developer from making changes to A(1.0) on trunk,
rebuilding locally - that is - overwriting release artifacts with
something different in the local repository, and then later on even
commit those changes forgetting to increase the version to a snapshot ?
Discipline ?

-- 
Christian

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

Reply via email to