You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2012/12/27 12:14:40 UTC

svn commit: r1426163 - in /turbine/maven/turbine-parent/trunk/src: changes/changes.xml site/site.xml

Author: tv
Date: Thu Dec 27 11:14:40 2012
New Revision: 1426163

URL: http://svn.apache.org/viewvc?rev=1426163&view=rev
Log:
Add more Apache links to site descriptor

Modified:
    turbine/maven/turbine-parent/trunk/src/changes/changes.xml
    turbine/maven/turbine-parent/trunk/src/site/site.xml

Modified: turbine/maven/turbine-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/changes/changes.xml?rev=1426163&r1=1426162&r2=1426163&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/changes/changes.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/changes/changes.xml Thu Dec 27 11:14:40 2012
@@ -25,6 +25,12 @@
 
   <body>
     <release version="2" date="2012-11-05">
+      <action dev="tv" type="update" date="2012-12-27">
+        Add more Apache links to site descriptor
+      </action>      
+      <action dev="gk" type="update">
+        Update version of surefire plugins to 2.12.4
+      </action>      
       <action dev="tv" type="remove" date="2012-11-05">
         Remove definition of dummy repository as Nexus now is supposed to handle 
         actual promotion of artifacts.

Modified: turbine/maven/turbine-parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/src/site/site.xml?rev=1426163&r1=1426162&r2=1426163&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/src/site/site.xml (original)
+++ turbine/maven/turbine-parent/trunk/src/site/site.xml Thu Dec 27 11:14:40 2012
@@ -33,9 +33,13 @@
       <item name="Fulcrum" href="http://turbine.apache.org/fulcrum/" />
     </links>
     <menu ref="reports" inherit="bottom" />
-    <menu name="ASF" inherit="bottom">
-      <item name="Sponsorship"           href="http://www.apache.org/foundation/sponsorship.html" />
-      <item name="Thanks"                href="http://www.apache.org/foundation/thanks.html" />
+    <menu name="Apache" inherit="bottom">
+        <item name="Apache Website"     href="http://www.apache.org/"/>
+        <item name="License"            href="http://www.apache.org/licenses/" />
+        <item name="How the ASF works"  href="http://www.apache.org/foundation/how-it-works.html"/>
+        <item name="Sponsorship"        href="http://www.apache.org/foundation/sponsorship.html" />
+        <item name="Thanks"             href="http://www.apache.org/foundation/thanks.html" />
+        <item name="Security"           href="http://www.apache.org/security/" />
     </menu>
   </body>
 </project>