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 2818ab3aec9823c89cf508a7a83db649e8f3cb08 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Apr 22 23:14:23 2021 +0200 [MRAR-84] Bump maven-archiver to 3.5.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24cb20e..f38391d 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ under the License. <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.5.0</version> + <version>3.5.1</version> </dependency> <dependency> <groupId>junit</groupId>
