You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by df...@apache.org on 2022/08/01 16:57:48 UTC

[myfaces-master-pom] branch main created (now 73fb120)

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

dfoulks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


      at 73fb120  Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#62)

This branch includes the following new commits:

     new 73fb120  Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#62)

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[myfaces-master-pom] 01/01: Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#62)

Posted by df...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git

commit 73fb120bff2e8e643a00cacca6c683f31e8aa84b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 1 07:57:16 2022 -0400

    Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#62)
    
    Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-resources-plugin/releases)
    - [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.2.0...maven-resources-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-resources-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aeb5396..d53e23a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1022,7 +1022,7 @@
 
                 <plugin>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.3.0</version>
                 </plugin>
 
                 <plugin>