Releasing a fixed module (rather than a complete release)
I need to release a bug fix. As the full release is not ready we are going to tr releasing just the necessary components. In this case it is the runtime module, and we should release a new release pom to provide the dependency.
Here's what I did:-
- Created a branch for the fixes to made in
- Check out the new branch - by using the not recursive flag (-N) I avoided having to check out the whole tree
- Made the changes - fixed the problem and updated the version in the POM
- Changed the version referenced in the release POM and updated its version as well
- Checked it by referring to the new version of the release module.
- Committed the changes
- Created a tag
- deployed the changed modules (mvn deploy)

rss
Comments
No comments.