Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Sep 20, 2016
1 parent 950a90e commit 34aca1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven-model/src/main/mdo/maven.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -3639,9 +3639,9 @@
For a plugin project (packaging is <code>maven-plugin</code>), the minimum version of
Maven required to use the resulting plugin.<br />
In Maven 2, this was also specifying the minimum version of Maven required to build a
project, but this usage is <b>deprecated</b> in Maven 3 and checked not any more: use
the <a href="/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
<code>requireMavenVersion</code></a> rule instead.
project, but this usage is <b>deprecated</b> in Maven 3 and not checked any more: use
the <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
<code>requireMavenVersion</code> rule</a> instead.
]]>
</description>
<required>false</required>
Expand Down

0 comments on commit 34aca1a

Please sign in to comment.