[MPLUGIN-108] Incorrect minimum Maven version reported in plugin documentation

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@643629 13f79535-47bb-0310-9956-ffa450edef68
master
Benjamin Bentmann 2008-04-01 22:32:38 +00:00
parent fde717b3ad
commit 5d787a0eb1
2 changed files with 4 additions and 1 deletions

View File

@ -503,6 +503,10 @@ public class PluginReport
{
maven = ( project.getPrerequisites() != null ? project.getPrerequisites().getMaven() : null );
}
if ( maven == null )
{
maven = "2.0";
}
return maven;
}

View File

@ -41,7 +41,6 @@ under the License.
<version>1.0.0</version>
<type>String</type>
<identifier>true</identifier>
<defaultValue>2.0</defaultValue>
</field>
<field>
<name>jdk</name>