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/11 07:05:40 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump taglist-maven-plugin from 2.4 to 3.0.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 ff1badd  build(deps): bump taglist-maven-plugin from 2.4 to 3.0.0
ff1badd is described below

commit ff1baddf085755cc1a66c959aec7b2085fe6d715
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 3 16:53:35 2022 +0000

    build(deps): bump taglist-maven-plugin from 2.4 to 3.0.0
    
    Bumps [taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 2.4 to 3.0.0.
    - [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/taglist-maven-plugin/compare/taglist-maven-plugin-2.4...taglist-maven-plugin-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:taglist-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 a58043f..0f6179d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.4</version>
+        <version>3.0.0</version>
         <configuration>
           <tags>
             <tag>TODO</tag>