Details
- 
        Type: Improvement Improvement
- 
        Status: Closed Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: None
- 
            Fix Version/s: None
- 
            Component/s: None
- 
            Labels:None
Description
Using a non SNAPSHOT version during development (between releases) introduces a high risk of breaking other dependant projects.
This is because other projects (such as nanaocontainer) will not attempt to download a non SNAPSHOT jar if it already exists locally.
Therefore: please modify the verison number to something like 1.0-SNAPSHOT and upload to dist.codehaus.org evry time a change is committed (maven jar:deploy)
DamageControl is around the corner, so soon this will be automatic.


