This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch MWRAPPER-14
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git
The following commit(s) were added to refs/heads/MWRAPPER-14 by this push:
new 53b6c58 [MWRAPPER-14] require maven-assembly-plugin 3.3.0 (3.2.0
inherited)
53b6c58 is described below
commit 53b6c583134e8e399c56af9eec126234f2170c6f
Author: Hervé Boutemy <[email protected]>
AuthorDate: Mon Nov 22 08:03:52 2021 +0100
[MWRAPPER-14] require maven-assembly-plugin 3.3.0 (3.2.0 inherited)
---
maven-wrapper-distribution/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/maven-wrapper-distribution/pom.xml
b/maven-wrapper-distribution/pom.xml
index 3cadd8f..890ab97 100644
--- a/maven-wrapper-distribution/pom.xml
+++ b/maven-wrapper-distribution/pom.xml
@@ -67,6 +67,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <version>3.3.0</version>
<executions>
<execution>
<phase>package</phase>