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 2013/01/05 10:29:58 UTC

git commit: ${basedir} is deprecated

Updated Branches:
  refs/heads/master 57d9c68e5 -> 89c252445


${basedir} is deprecated

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

Branch: refs/heads/master
Commit: 89c2524458dd76634c5e3e9b278b34bcfe6e0ff1
Parents: 57d9c68
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat Jan 5 10:29:49 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat Jan 5 10:29:49 2013 +0100

----------------------------------------------------------------------
 maven-model-builder/src/site/apt/index.apt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/89c25244/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 0b604c9..de62edc 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -91,9 +91,9 @@ Maven Model Builder
  | | <<<$\{project.build.artifactId\}>>>\
  | | <<<$\{project.build.directory\}>>> |
 *----+------+------+
-| <<<basedir>>>\
-<<<project.basedir>>>\
-<<<pom.basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> file | <<<$\{project.basedir\}>>> |
+| <<<project.basedir>>>\
+<<<pom.basedir>>> (<deprecated>)\
+<<<basedir>>> (<deprecated>) | the directory containing the <<<pom.xml>>> file | <<<$\{project.basedir\}>>> |
 *----+------+------+
 | <<<project.baseUri>>>\
 <<<pom.baseUri>>> (<deprecated>) | the directory containing the <<<pom.xml>>> file as URI | <<<$\{project.baseUri\}>>> |