mirror of https://github.com/apache/maven.git
fix spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289350 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5038a4d249
commit
d16508ce09
|
@ -212,13 +212,13 @@
|
|||
<type>String</type>
|
||||
</field>
|
||||
<field>
|
||||
<name>prerequesites</name>
|
||||
<name>prerequisites</name>
|
||||
<version>4.0.0</version>
|
||||
<description>
|
||||
Describes the prerequesites in the build environment for this project.
|
||||
Describes the prerequisites in the build environment for this project.
|
||||
</description>
|
||||
<association>
|
||||
<type>Prerequesites</type>
|
||||
<type>Prerequisites</type>
|
||||
</association>
|
||||
</field>
|
||||
<field>
|
||||
|
@ -2899,15 +2899,15 @@
|
|||
</codeSegments>
|
||||
</class>
|
||||
<class>
|
||||
<name>Prerequesites</name>
|
||||
<name>Prerequisites</name>
|
||||
<version>4.0.0</version>
|
||||
<description>Describes the prerequesites a project can have</description>
|
||||
<description>Describes the prerequisites a project can have</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>maven</name>
|
||||
<version>4.0.0</version>
|
||||
<type>String</type>
|
||||
<defaultValue>2.0-beta-1-SNAPSHOT</defaultValue>
|
||||
<defaultValue>2.0-beta</defaultValue>
|
||||
<description>The minimum version of Maven required</description>
|
||||
<required>false</required>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue