You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/13 03:46:59 UTC

[maven-resources-plugin] branch master updated: Bump maven-filtering from 3.2.0 to 3.3.0

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f76c749  Bump maven-filtering from 3.2.0 to 3.3.0
f76c749 is described below

commit f76c74964e6f0a87fb19be656ac7a7d070470ba8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 15 04:25:02 2022 +0000

    Bump maven-filtering from 3.2.0 to 3.3.0
    
    Bumps [maven-filtering](https://github.com/apache/maven-filtering) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-filtering/releases)
    - [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.2.0...maven-filtering-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.shared:maven-filtering
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 adb770a..c8da3ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenFilteringVersion>3.2.0</mavenFilteringVersion>
+    <mavenFilteringVersion>3.3.0</mavenFilteringVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2020-08-05T15:25:21Z</project.build.outputTimestamp>