This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
commit 9289665a22d8c13a9baa6b5b62e312b807a1b802 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Apr 22 23:16:49 2021 +0200 [MRAR-62] Bump maven-filtering to 3.2.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f38391d..9ef60f6 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-filtering</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
