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 2011/11/07 22:42:21 UTC

svn commit: r1198954 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/it: sidebar/src/site/apt/index.apt.vm topbar/src/site/apt/index.apt.vm

Author: hboutemy
Date: Mon Nov  7 21:42:21 2011
New Revision: 1198954

URL: http://svn.apache.org/viewvc?rev=1198954&view=rev
Log:
fixed typo

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm
    maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm?rev=1198954&r1=1198953&r2=1198954&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/sidebar/src/site/apt/index.apt.vm Mon Nov  7 21:42:21 2011
@@ -70,7 +70,7 @@ ${skinName} test
  * the <<<project/url>>> property in <<<pom.xml>>>:
 
 +-----+
-<project
+<project>
 ...
   <url>http://maven.apache.org/skins/${project.artifactId}</url>
 ...

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm?rev=1198954&r1=1198953&r2=1198954&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm Mon Nov  7 21:42:21 2011
@@ -82,7 +82,7 @@ ${skinName} test
  * the <<<project/url>>> property in <<<pom.xml>>>:
 
 +-----+
-<project
+<project>
 ...
   <url>http://maven.apache.org/skins/${project.artifactId}</url>
 ...