You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/02/13 13:31:46 UTC

[myfaces-tobago] 15/32: cherrypick from 2.x: build(deps): bump maven-plugin-plugin from 2.4.1 to 3.6.4

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

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 7497b34d0060e6261257e741116ee5a3f97ad3de
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 2 16:41:00 2022 +0000

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

diff --git a/tobago-tool/tobago-theme-plugin/pom.xml b/tobago-tool/tobago-theme-plugin/pom.xml
index 18e997f..c07e575 100644
--- a/tobago-tool/tobago-theme-plugin/pom.xml
+++ b/tobago-tool/tobago-theme-plugin/pom.xml
@@ -105,7 +105,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>3.6.4</version>
         </plugin>
       </plugins>
     </pluginManagement>