You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/07/31 22:06:15 UTC

[maven-surefire] branch master updated: [SUREFIRE-1685] Upgrade maven-fluido-skin to 1.8 and maven-site-plugin to 3.8.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3b2cd35  [SUREFIRE-1685] Upgrade maven-fluido-skin to 1.8 and maven-site-plugin to 3.8.2
3b2cd35 is described below

commit 3b2cd356a190af7c7f64d8be81a2ff1d1176e7dc
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Aug 1 00:06:06 2019 +0200

    [SUREFIRE-1685] Upgrade maven-fluido-skin to 1.8 and maven-site-plugin to 3.8.2
---
 pom.xml           | 4 ++++
 src/site/site.xml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d27edf6..a144e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -550,6 +550,10 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.8.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/site/site.xml b/src/site/site.xml
index 447f71b..669e542 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -33,7 +33,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.7</version>
+    <version>1.8</version>
   </skin>
 
   <custom>