You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/14 13:27:43 UTC

[maven-apache-parent] branch master updated: [MPOM-366] Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#100)

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new ca4fb3f  [MPOM-366] Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#100)
ca4fb3f is described below

commit ca4fb3f7d6a0936342600a291fdfe697de4b2ed1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 14:27:39 2022 +0100

    [MPOM-366] Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#100)
    
    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>
    
    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 f2afa8f..3eb3c57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>