You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/04/23 14:27:02 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-jxr-plugin from 3.0.0 to 3.1.1

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 5492662  build(deps): bump maven-jxr-plugin from 3.0.0 to 3.1.1
5492662 is described below

commit 5492662659d2f0a10a2fe0d32cdc2d8b00f7478b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 23 07:01:38 2021 +0000

    build(deps): bump maven-jxr-plugin from 3.0.0 to 3.1.1
    
    Bumps [maven-jxr-plugin](https://github.com/apache/maven-jxr) from 3.0.0 to 3.1.1.
    - [Release notes](https://github.com/apache/maven-jxr/releases)
    - [Commits](https://github.com/apache/maven-jxr/compare/jxr-3.0.0...jxr-3.1.1)
    
    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 8c56323..301b798 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.1</version>
       </plugin>
 
       <plugin>