Hello maven users, In maven-release-plugin recently an important issue ( http://jira.codehaus.org/browse/MRELEASE-375 ) has been resolved. Without this fix, release plug-in can not be used on a multi-module project (with svn 1.5.0+ client) - dunno about others, but I rarely work on a single module project, and even more rarely use release plugin on a single module project. Eager to test the fix, I tried to use 2.0-beta-9-SNAPSHOT version of the plugin. Just as note to other, for it to be used, I had to add http://repository.apache.org/snapshots as both dependency repository (because release plugin depends on maven-release-manager:2.0-beta-9-SNAPSHOT) and as plugin repository.
Because of fix importance, are there any plans to release 2.0-beta-9 any time soon? Regards, Stevo.
