Details
Description
Currently minimal version set to 2.0, whereas according to versions-maven-plugin 1.3 we use plugins, which require at least 2.1.0.
Versions up to 2.0.11 is for JDK 1.4, whereas our target - JDK 1.5.
Moreover 2.1.0 and 2.2.0 cannot be used, because they produce incorrect checksums and GPG signatures.
Also minimal version should be specified in "$
{project.prerequisites.maven}", because versions-maven-plugin relies on it (see MVERSIONS-169).
Done in r5053 and r5054.