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 2019/04/19 21:50:50 UTC

[maven] 01/01: [MNG-6646] Upgrade maven-assembly-plugin to 3.1.1

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MNG-6646
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 61d888c7858233084e3664b32a64f54e32ec6642
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 19 23:41:48 2019 +0200

    [MNG-6646] Upgrade maven-assembly-plugin to 3.1.1
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index bae4b46..cb9dae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -548,6 +548,12 @@ under the License.
             </lifecycleMappingMetadata>
           </configuration>
         </plugin>
+        <!-- TODO remove when upgrade to apache-22 parent pom -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>