You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/09/14 22:29:28 UTC

maven git commit: fixed issue in comment

Repository: maven
Updated Branches:
  refs/heads/master 8f782476a -> 37c3f57f1


fixed issue in comment

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/37c3f57f
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/37c3f57f
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/37c3f57f

Branch: refs/heads/master
Commit: 37c3f57f1d38add1848b9628cb81a5880f8d647d
Parents: 8f78247
Author: Hervé Boutemy <hb...@apache.org>
Authored: Mon Sep 14 22:29:13 2015 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Mon Sep 14 22:29:13 2015 +0200

----------------------------------------------------------------------
 maven-model/src/main/mdo/maven.mdo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/37c3f57f/maven-model/src/main/mdo/maven.mdo
----------------------------------------------------------------------
diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo
index e960a89..3f6b6d6 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -3484,7 +3484,7 @@
           <defaultValue>2.0</defaultValue>
           <description><![CDATA[
             For a plugin project, the minimum version of Maven required to use
-            the resulting plugin.<br>
+            the resulting plugin.<br />
             For specifying the minimum version of Maven required to build a
             project, this element is <b>deprecated</b>. Use the Maven Enforcer
             Plugin's <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html"><code>requireMavenVersion</code></a>