You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/05 06:40:22 UTC

svn commit: r1820260 - /maven/site/trunk/content/site.xml

Author: hboutemy
Date: Fri Jan  5 06:40:22 2018
New Revision: 1820260

URL: http://svn.apache.org/viewvc?rev=1820260&view=rev
Log:
upgrade Fluido to 1.7 (and benefit from site edit configuration from parent)

Modified:
    maven/site/trunk/content/site.xml

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1820260&r1=1820259&r2=1820260&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Fri Jan  5 06:40:22 2018
@@ -20,17 +20,19 @@ 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"
   name="Maven">
   <version position="none" />
 
   <skin><!-- TODO remove when CMS doesn't have any issue with parent site.xml download... -->
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.6</version>
+    <version>1.7</version>
   </skin>
 
+  <edit>${project.scm.url}</edit>
+
   <custom>
     <fluidoSkin>
       <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>