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 2012/04/15 17:31:54 UTC

svn commit: r1326365 - in /maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it: 002-perform/src/site/site.xml 003-lifecycle/src/site/site.xml

Author: hboutemy
Date: Sun Apr 15 15:31:54 2012
New Revision: 1326365

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

Modified:
    maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/002-perform/src/site/site.xml
    maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/003-lifecycle/src/site/site.xml

Modified: maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/002-perform/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/002-perform/src/site/site.xml?rev=1326365&r1=1326364&r2=1326365&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/002-perform/src/site/site.xml (original)
+++ maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/002-perform/src/site/site.xml Sun Apr 15 15:31:54 2012
@@ -25,10 +25,10 @@ under the License.
   <publishDate position="right"/>
   <version position="left"/>
     <body>
-        <menu name="perform-002">
-            <item name="Home" href="index.html" />
-            <item name="Javadoc" href="/apidocs/index.html" />
-        </menu>
-        <menu ref="reports"/>
-    </body>
+      <menu name="perform-002">
+        <item name="Home" href="index.html" />
+        <item name="Javadoc" href="/apidocs/index.html" />
+      </menu>
+      <menu ref="reports"/>
+  </body>
 </project>

Modified: maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/003-lifecycle/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/003-lifecycle/src/site/site.xml?rev=1326365&r1=1326364&r2=1326365&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/003-lifecycle/src/site/site.xml (original)
+++ maven/sandbox/trunk/plugins/maven-site-scm-publish-plugin/src/it/003-lifecycle/src/site/site.xml Sun Apr 15 15:31:54 2012
@@ -21,14 +21,14 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
-  project name="perform-002">
+  name="perform-002">
   <publishDate position="right"/>
   <version position="left"/>
     <body>
-        <menu name="perform-002">
-            <item name="Home" href="index.html" />
-            <item name="Javadoc" href="/apidocs/index.html" />
-        </menu>
-        <menu ref="reports"/>
-    </body>
+      <menu name="perform-002">
+        <item name="Home" href="index.html" />
+        <item name="Javadoc" href="/apidocs/index.html" />
+      </menu>
+      <menu ref="reports"/>
+  </body>
 </project>