You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/01/08 18:00:38 UTC

svn commit: r1777897 - in /webservices/parent/trunk: pom.xml src/site/site.xml

Author: veithen
Date: Sun Jan  8 18:00:38 2017
New Revision: 1777897

URL: http://svn.apache.org/viewvc?rev=1777897&view=rev
Log:
Update the Apache parent POM, maven-site-plugin and maven-fluido-skin.

Modified:
    webservices/parent/trunk/pom.xml
    webservices/parent/trunk/src/site/site.xml

Modified: webservices/parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/parent/trunk/pom.xml?rev=1777897&r1=1777896&r2=1777897&view=diff
==============================================================================
--- webservices/parent/trunk/pom.xml (original)
+++ webservices/parent/trunk/pom.xml Sun Jan  8 18:00:38 2017
@@ -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>

Modified: webservices/parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/parent/trunk/src/site/site.xml?rev=1777897&r1=1777896&r2=1777897&view=diff
==============================================================================
--- webservices/parent/trunk/src/site/site.xml (original)
+++ webservices/parent/trunk/src/site/site.xml Sun Jan  8 18:00:38 2017
@@ -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>