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 2018/10/17 20:49:39 UTC

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

Author: veithen
Date: Wed Oct 17 20:49:39 2018
New Revision: 1844169

URL: http://svn.apache.org/viewvc?rev=1844169&view=rev
Log:
Update plugin versions.

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=1844169&r1=1844168&r2=1844169&view=diff
==============================================================================
--- webservices/parent/trunk/pom.xml (original)
+++ webservices/parent/trunk/pom.xml Wed Oct 17 20:49:39 2018
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.10.3</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <breakiterator>true</breakiterator>
                         <!-- The notimestamp, windowtitle and bottom parameters are chosen to minimize the number
@@ -84,7 +84,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-site-plugin</artifactId>
-                <version>3.6</version>
+                <version>3.7.1</version>
                 <configuration>
                     <skipDeploy>true</skipDeploy>
                 </configuration>
@@ -92,7 +92,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>1.1</version>
+                <version>3.0.0</version>
             </plugin>
         </plugins>
     </build>

Modified: webservices/parent/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/parent/trunk/src/site/site.xml?rev=1844169&r1=1844168&r2=1844169&view=diff
==============================================================================
--- webservices/parent/trunk/src/site/site.xml (original)
+++ webservices/parent/trunk/src/site/site.xml Wed Oct 17 20:49:39 2018
@@ -21,7 +21,7 @@
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
-        <version>1.6</version>
+        <version>1.7</version>
     </skin>
     <bannerRight>
         <src>http://ws.apache.org/images/project-logo.jpg</src>