A Tool for setting fix version in Jira for issues with last changes before a certain revision. A server running fishEye that is connected to Jira is needed for parsing the issues.
If you would like to extend the Jira Releaser you could create an separate maven project and call MainApplication.runWithArgs() from your application.
Currently only works if the SCM repository is Subversion. Currently only works if the checkins are on trunk.
- Only treating an issue as previously released if its fix version is released.
- Added support for unlimited number of Jira issues.
- Added startDate as optional parameter
- Added extension point MainApplication.runWithArgs()
- Updated maven repo URL:s
- Initial release