You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by to...@apache.org on 2012/07/12 09:36:17 UTC

svn commit: r1360559 - in /hama/trunk: pom.xml src/site/site.xml

Author: tommaso
Date: Thu Jul 12 07:36:17 2012
New Revision: 1360559

URL: http://svn.apache.org/viewvc?rev=1360559&view=rev
Log:
no Jira - fixed footer indent and updated maven-site-plugin

Modified:
    hama/trunk/pom.xml
    hama/trunk/src/site/site.xml

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1360559&r1=1360558&r2=1360559&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Thu Jul 12 07:36:17 2012
@@ -276,7 +276,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.1.1</version>
+        <version>3.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: hama/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/hama/trunk/src/site/site.xml?rev=1360559&r1=1360558&r2=1360559&view=diff
==============================================================================
--- hama/trunk/src/site/site.xml (original)
+++ hama/trunk/src/site/site.xml Thu Jul 12 07:36:17 2012
@@ -28,7 +28,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.2.2</version>
   </skin>
 
   <body>
@@ -88,7 +88,10 @@
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
     <footer>
-      <div class="row span16">Apache Hama, Apache, the Apache feather logo, and the Apache Hama project logos are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+      <div class="row span16">Apache Hama, Apache, the Apache feather logo, and
+          the Apache Hama project logos are trademarks of The Apache Software
+          Foundation. All other marks mentioned may be trademarks or registered
+          trademarks of their respective owners.</div>
     </footer>
   </body>
 </project>