[MPOM-174] upgrade fluido to 1.7 and configure site edit url
diff --git a/pom.xml b/pom.xml
index 5daffa2..719fdcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -912,7 +912,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.6</version><!-- TODO remove when upgrading parent to 19 -->
           <configuration>
             <!-- for multi-modules site staging -->
             <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index e4e2bdb..92a55b5 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -19,8 +19,8 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
 <!-- Start copy/paste of src/site/site.xml: inheritance does not work here because of src/site-docs hack -->
   <bannerLeft>
     <name>${project.name}</name>
@@ -39,6 +39,7 @@
     <version>1.5</version>
   </skin>
 
+  <edit>${project.scm.url}</edit>
   <googleAnalyticsAccountId>UA-140879-1</googleAnalyticsAccountId>
 
   <custom>
diff --git a/src/site/site.xml b/src/site/site.xml
index 7edf818..dbbd53b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,8 +19,8 @@
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
+<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
   <bannerLeft>
     <name>${project.name}</name>
     <src>https://maven.apache.org/images/apache-maven-project.png</src>
@@ -35,9 +35,10 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.5</version>
+    <version>1.7</version>
   </skin>
 
+  <edit>${project.scm.url}</edit>
   <googleAnalyticsAccountId>UA-140879-1</googleAnalyticsAccountId>
 
   <custom>