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:21:36 UTC

[maven-apache-parent] branch master updated: upgrade maven-site-plugin to 3.7 and use Fluido 1.7 in documentation

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-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new b2491d6  upgrade maven-site-plugin to 3.7 and use Fluido 1.7 in documentation
b2491d6 is described below

commit b2491d63b87e4fe4d8b888732c37c2b541bf5bdf
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 5 07:21:34 2018 +0100

    upgrade maven-site-plugin to 3.7 and use Fluido 1.7 in documentation
---
 pom.xml                | 2 +-
 src/site-docs/site.xml | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7f6d7b..d7232d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.6</version>
+          <version>3.7</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index 1cdf54d..563c007 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">
 
   <bannerLeft>
     <name>${project.name}</name>
@@ -36,9 +36,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>
 
   <publishDate position="right" />

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