You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/21 17:47:15 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0

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

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 0ee7489  build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0
0ee7489 is described below

commit 0ee748963a47a6bfe0055ed40e6dd0c2c6b2cbdc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 21 16:48:53 2022 +0000

    build(deps): bump maven-site-plugin from 3.10.0 to 3.11.0
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.10.0 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.10.0...maven-site-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-site-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d05192..3f7530f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,7 +772,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.11.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>