You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/04/22 21:18:35 UTC

[maven-rar-plugin] 04/05: [MRAR-84] Bump maven-archiver to 3.5.1

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 3af5b4b74714da7f32bf615c194610261d7654f5
Author: Sylwester Lachiewicz <sl...@apache.org>
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>