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/09 09:54:51 UTC

[myfaces-tobago] branch tobago-4.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-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 8b1e1dc  build(deps): bump taglist-maven-plugin from 2.4 to 3.0.0
8b1e1dc is described below

commit 8b1e1dcf438dab4db547f5ca66a1a356721691a5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 31 16:25:21 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 b87a631..ec21081 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,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>