Author: asavu
Date: Wed Dec 21 14:00:57 2011
New Revision: 1221732

URL: http://svn.apache.org/viewvc?rev=1221732&view=rev
Log:
Maven site config updated to keep absolute URLs absolute.

Modified:
    whirr/trunk/pom.xml
    whirr/trunk/src/site/site.xml
    whirr/trunk/src/site/xdoc/index.xml

Modified: whirr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1221732&r1=1221731&r2=1221732&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Wed Dec 21 14:00:57 2011
@@ -396,6 +396,7 @@
             <generateReports>false</generateReports>
             
<templateDirectory>${basedir}/src/site/resources</templateDirectory>
             <template>site.vm</template>
+            <relativizeDecorationLinks>false</relativizeDecorationLinks>
           </configuration>
         </plugin>
       </plugins>

Modified: whirr/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/src/site/site.xml?rev=1221732&r1=1221731&r2=1221732&view=diff
==============================================================================
--- whirr/trunk/src/site/site.xml (original)
+++ whirr/trunk/src/site/site.xml Wed Dec 21 14:00:57 2011
@@ -29,12 +29,6 @@
   <publishDate position="right"/>
   <version position="right"/>
 
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.2</version>
-  </skin>
-
   <body>
     <links position="left">
       <item name="Wiki" 
href="https://cwiki.apache.org/confluence/display/WHIRR"; />
@@ -45,7 +39,7 @@
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/"; />
       <item name="Whirr" href="http://whirr.apache.org/"/>
-      <item name="0.6.0" href="http://whirr.apache.org/docs/0.6.0/"/>
+      <item name="0.7.0" href="http://whirr.apache.org/docs/0.7.0/"/>
     </breadcrumbs>
 
     <menu name="Whirr">

Modified: whirr/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/whirr/trunk/src/site/xdoc/index.xml?rev=1221732&r1=1221731&r2=1221732&view=diff
==============================================================================
--- whirr/trunk/src/site/xdoc/index.xml (original)
+++ whirr/trunk/src/site/xdoc/index.xml Wed Dec 21 14:00:57 2011
@@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.
   <properties></properties>
   <body>
   
-    <section name="Apache Whirr&#153; 0.6.0"></section>
+    <section name="Apache Whirr&#153; 0.7.0"></section>
     <p>Apache Whirr is a set of libraries for running cloud services.</p>
     <p>Whirr provides:</p>
     <ul>


Reply via email to