Moved to site 2.0.0, update from snapshot versions for parent and yaafi, testcontainer
diff --git a/pom.xml b/pom.xml
index 9ac48d5..63d8ce8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <parent>

         <artifactId>turbine-parent</artifactId>

         <groupId>org.apache.turbine</groupId>

-        <version>13-SNAPSHOT</version>

+        <version>13</version>

         <relativePath />

     </parent>

 

@@ -105,13 +105,13 @@
 		<dependency>

 			<groupId>org.apache.fulcrum</groupId>

 			<artifactId>fulcrum-testcontainer</artifactId>

-			<version>2.0.1-SNAPSHOT</version>

+			<version>2.0.1</version>

 			<scope>test</scope>

 		</dependency>

 		<dependency>

 			<groupId>org.apache.fulcrum</groupId>

 			<artifactId>fulcrum-yaafi</artifactId>

-			<version>2.0.1-SNAPSHOT</version>

+			<version>2.0.1</version>

 			<scope>test</scope>

 		</dependency>

         <dependency>

diff --git a/src/site/site.xml b/src/site/site.xml
index 5a79ae7..2daba0d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,10 +17,26 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.4.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
-  name="Fulcrum Quartz Service">
+<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
+  name="Apache Turbine - Fulcrum Quartz Service" combine.self="merge">  
+
+  <bannerLeft href="https://turbine.apache.org/">
+    <image src="https://turbine.apache.org/images/turbine-project.png" alt="Apache Turbine" />
+  </bannerLeft>
+  
+   <bannerRight name="Fulcrum Quartz Service">
+   </bannerRight>
+    
+    <publishDate format="dd MMMM yyyy" position="left" />
+    
+    <version position="left" />
+  
+   <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>2.0.0-M11</version>
+  </skin>
   
   
   <body>
@@ -30,5 +46,20 @@
       <item name="Cron Samples"        href="cronsamples.html"/>
     </menu>  
   </body> 
+  
+  <custom>
+        <fluidoSkin>
+            <topBarEnabled>false</topBarEnabled>
+            <sideBarEnabled>true</sideBarEnabled>
+            <googleSearch>
+                <sitesearch>${project.url}</sitesearch>
+            </googleSearch>
+            <gitHub>
+                <projectId>apache/${turbine.site.path}</projectId>
+                <ribbonOrientation>right</ribbonOrientation>
+                <ribbonColor>gray</ribbonColor>
+            </gitHub>
+        </fluidoSkin>
+    </custom>
 
-</project>
+</site>