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:35:49 UTC

[maven-parent] branch master updated: [MPOM-174] upgrade fluido to 1.7 and configure site edit url

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 620e187  [MPOM-174] upgrade fluido to 1.7 and configure site edit url
620e187 is described below

commit 620e1874f1c747d3d0fb0a90c7a72ef9c539159e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 5 07:35:39 2018 +0100

    [MPOM-174] upgrade fluido to 1.7 and configure site edit url
---
 pom.xml                | 1 -
 src/site-docs/site.xml | 5 +++--
 src/site/site.xml      | 7 ++++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5daffa2..719fdcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -912,7 +912,6 @@ under the License.
         <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 @@ specific language governing permissions and limitations
 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 @@ under the License.
     <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 @@ specific language governing permissions and limitations
 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 @@ under the License.
   <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>

-- 
To stop receiving notification emails like this one, please contact
['"commits@maven.apache.org" <co...@maven.apache.org>'].