Updated Branches:
  refs/heads/master 72bdc8602 -> 77b12f962

Fixed incorrect Maven property example.

Signed-off-by: Anders Hammar <and...@hammar.net>


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

Branch: refs/heads/master
Commit: 77b12f962d002ab887dd17b5aeef198fd410be8f
Parents: 72bdc86
Author: Anders Hammar <and...@hammar.net>
Authored: Mon Jan 7 11:35:57 2013 +0100
Committer: Anders Hammar <and...@hammar.net>
Committed: Mon Jan 7 11:35:57 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/77b12f96/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 de62edc..1943d7b 100644
--- a/maven-model-builder/src/site/apt/index.apt
+++ b/maven-model-builder/src/site/apt/index.apt
@@ -88,7 +88,7 @@ Maven Model Builder
 <<<pom.*>>> (<deprecated>)\
 <<<*>>> (<deprecated>) | POM content (see {{{../maven-model/maven.html}POM 
reference}}) | <<<$\{project.version\}>>>\
  | | <<<$\{project.build.finalName\}>>>\
- | | <<<$\{project.build.artifactId\}>>>\
+ | | <<<$\{project.artifactId\}>>>\
  | | <<<$\{project.build.directory\}>>> |
 *----+------+------+
 | <<<project.basedir>>>\

Reply via email to