- update some components (Security, JSON, Trstcontainer) using parent trunk (7-SNAPSHOT) and more modern skin, compatible with maven-site-plugin version 3.8.2
- JSON, Jackson2 version 2.10.3
- Security, local javadoc version update to 3.20


git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/testcontainer@1877206 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5474509..03641b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
 	<parent>

 		<artifactId>turbine-parent</artifactId>

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

-		<version>6</version>

+		<version>7-SNAPSHOT</version>

 	</parent>

 

 	<modelVersion>4.0.0</modelVersion>

diff --git a/src/site/site.xml b/src/site/site.xml
index cc9791b..e960c03 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,16 +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 Test Container">
+<project  name="Fulcrum Test Container">
   <version position="left" />
   <publishDate format="dd MMM yyyy"/>
+  
+        <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+
   <body>
     <menu name="Overview">
       <item name="Main"                           href="/index.html"/>
     </menu>  
   <menu ref="reports"></menu>
-  </body>            
+  </body>           
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>  
 </project>