You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2011/09/22 03:51:21 UTC

svn commit: r1173929 - /portals/pluto/branches/pluto-2.0.x/src/site/site.xml

Author: ate
Date: Thu Sep 22 01:51:21 2011
New Revision: 1173929

URL: http://svn.apache.org/viewvc?rev=1173929&view=rev
Log:
fix site skin reference to released version

Modified:
    portals/pluto/branches/pluto-2.0.x/src/site/site.xml

Modified: portals/pluto/branches/pluto-2.0.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-2.0.x/src/site/site.xml?rev=1173929&r1=1173928&r2=1173929&view=diff
==============================================================================
--- portals/pluto/branches/pluto-2.0.x/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-2.0.x/src/site/site.xml Thu Sep 22 01:51:21 2011
@@ -28,11 +28,12 @@ limitations under the License.
   <bannerRight>
     <src>http://portals.apache.org/pluto/images/banner.png</src>
   </bannerRight>
-  <publishDate position="left" format="MM-dd-yy hh:mm zz"/>
+  <publishDate position="left"/>
+  <version position="none"/>
   <skin>  
     <groupId>org.apache.portals.pluto</groupId>
     <artifactId>pluto-site-skin</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.2</version>
   </skin> 
   
   <body>
@@ -78,7 +79,7 @@ limitations under the License.
       <item name="Release Notes" href="/v11/release-notes.html"/>
     </menu>
 
-    <menu  name="Subprojects" collapse="true">
+    <menu  name="Subprojects">
       <item name="Overview" href="subprojects/subprojects.html"/>
       <item name="Pluto Container API" href="subprojects/container-api.html"/>
       <item name="Pluto Portlet Container" href="subprojects/portlet-container.html"/>