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

michaelo pushed a commit to branch MNG-6169
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-6169 by this push:
     new 3e25d4c  Upgrade to Maven Site Plugin 3.7.1
3e25d4c is described below

commit 3e25d4c0eab0b50eda1d30927f8af889f7dcb56f
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Mon Jan 7 00:49:44 2019 +0100

    Upgrade to Maven Site Plugin 3.7.1
---
 maven-core/src/main/resources/META-INF/plexus/components.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-core/src/main/resources/META-INF/plexus/components.xml 
b/maven-core/src/main/resources/META-INF/plexus/components.xml
index c451bbc..f10f6fa 100644
--- a/maven-core/src/main/resources/META-INF/plexus/components.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/components.xml
@@ -101,10 +101,10 @@ under the License.
         </phases>
         <default-phases>
           <site>
-            org.apache.maven.plugins:maven-site-plugin:3.3:site
+            org.apache.maven.plugins:maven-site-plugin:3.7.1:site
           </site>
           <site-deploy>
-            org.apache.maven.plugins:maven-site-plugin:3.3:deploy
+            org.apache.maven.plugins:maven-site-plugin:3.7.1:deploy
           </site-deploy>
         </default-phases>
         <!-- END SNIPPET: site -->

Reply via email to