You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/11/07 20:15:55 UTC

[ws-parent] 14/18: Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.

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

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

commit f1618f77fbf713ed4b6b093e420ea73c13e4f07d
Author: veithen <ve...@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Sun Jan 8 18:00:38 2017 +0000

    Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.
---
 pom.xml           | 4 ++--
 src/site/site.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d7ba34..d9629bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>17</version>
+        <version>18</version>
     </parent>
     <groupId>org.apache.ws</groupId>
     <artifactId>ws-parent</artifactId>
@@ -84,7 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.4</version>
+                <version>3.6</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
diff --git a/src/site/site.xml b/src/site/site.xml
index def36b1..8644c07 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.4</version>
+        <version>1.6</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>