This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new dc3f0c0 Bump maven-archiver from 3.5.0 to 3.5.1
dc3f0c0 is described below
commit dc3f0c04925abc78c1e7b334b14bfbc1393aca46
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Feb 1 12:59:51 2021 +0100
Bump maven-archiver from 3.5.0 to 3.5.1
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4f80a12..8e00ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,7 @@ under the License.
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
+ <relativePath/>
</parent>
<artifactId>maven-assembly-plugin</artifactId>
@@ -65,7 +66,7 @@ under the License.
<properties>
<javaVersion>7</javaVersion>
<mdoVersion>2.1.0</mdoVersion>
- <mavenArchiverVersion>3.5.0</mavenArchiverVersion>
+ <mavenArchiverVersion>3.5.1</mavenArchiverVersion>
<mavenFilteringVersion>3.1.1</mavenFilteringVersion>
<mavenVersion>3.0</mavenVersion>
<testOutputToFile>true</testOutputToFile>