You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/08/22 18:30:59 UTC

svn commit: r1376133 - in /directmemory/trunk: pom.xml src/site/site.xml

Author: olamy
Date: Wed Aug 22 16:30:58 2012
New Revision: 1376133

URL: http://svn.apache.org/viewvc?rev=1376133&view=rev
Log:
configure scm-publish-plugin use last fluido skin snapshot

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

Modified: directmemory/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/pom.xml?rev=1376133&r1=1376132&r2=1376133&view=diff
==============================================================================
--- directmemory/trunk/pom.xml (original)
+++ directmemory/trunk/pom.xml Wed Aug 22 16:30:58 2012
@@ -367,6 +367,16 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>1.0-SNAPSHOT</version>
+          <configuration>
+            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/directmemory/site-content/</pubScmUrl>
+            <tryUpdate>true</tryUpdate>
+            <skipDeletedFiles>true</skipDeletedFiles>
+          </configuration>
+        </plugin>
+        <plugin>
           <groupId>org.apache.tomcat.maven</groupId>
           <artifactId>tomcat7-maven-plugin</artifactId>
           <version>${asfTomcatMavenPluginVersion}</version>

Modified: directmemory/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/directmemory/trunk/src/site/site.xml?rev=1376133&r1=1376132&r2=1376133&view=diff
==============================================================================
--- directmemory/trunk/src/site/site.xml (original)
+++ directmemory/trunk/src/site/site.xml Wed Aug 22 16:30:58 2012
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Apache DirectMemory Cache">
+<project name="Apache DirectMemory">
 
 
   <bannerLeft>
@@ -29,7 +29,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.2.2</version>
+    <version>1.3.0-SNAPSHOT</version>
   </skin>
 
   <body>
@@ -102,6 +102,7 @@
     <fluidoSkin>
       <topBarEnabled>true</topBarEnabled>
       <sideBarEnabled>false</sideBarEnabled>
+      <topBarContainerStyle>width: 90%;</topBarContainerStyle>
       <googleSearch></googleSearch>
       <twitter>
         <user>directmemory</user>