You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/06/15 21:05:34 UTC

[2/2] git commit: Modified index.apt to reflect output changes from MNG-5176.

Modified index.apt to reflect output changes from MNG-5176.

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

Branch: refs/heads/master
Commit: e9e8a20907ed35717d5a345d3149a162a8f48a40
Parents: cdb8ad6
Author: Michael Osipov <mi...@apache.org>
Authored: Sun Jun 15 21:03:46 2014 +0200
Committer: Michael Osipov <mi...@apache.org>
Committed: Sun Jun 15 21:03:46 2014 +0200

----------------------------------------------------------------------
 maven-model-builder/src/site/apt/index.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/e9e8a209/maven-model-builder/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/maven-model-builder/src/site/apt/index.apt b/maven-model-builder/src/site/apt/index.apt
index 78e1b32..43265dd 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -136,7 +136,7 @@ Maven Model Builder
 *----+------+------+
 | <<<maven.version>>> | The version number of the current Maven execution <(since 3.0.4)>. For example, "<<<3.0.5>>>". | <<<$\{maven.version\}>>> |
 *----+------+------+
-| <<<maven.build.version>>> | The full build version of the current Maven execution <(since 3.0.4)>. For example, "<<<Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 14:51:28+0100)>>>". | <<<$\{maven.build.version\}>>> |
+| <<<maven.build.version>>> | The full build version of the current Maven execution <(since 3.0.4)>. For example, "<<<Apache Maven 3.2.2 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19T14:51:28+01:00)>>>". | <<<$\{maven.build.version\}>>> |
 *----+------+------+
 | <<<*>>> | Java system properties (see {{{http://download.oracle.com/javase/6/docs/api/java/lang/System.html#getProperties()}JDK reference}}) | <<<$\{user.home\}>>>\
  | | <<<$\{java.home\}>>> |
@@ -154,7 +154,7 @@ Maven Model Builder
   {{{../maven-settings/settings.html}Settings Model}},
 
   * encoding configuration have been defined as POM properties looking like POM content but not added to POM model to maintain
-  compatibility with previous Maven versions: 
+  compatibility with previous Maven versions:
 
     * <<<$\{project.build.sourceEncoding\}>>> for
     {{{http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding}source files encoding}}