You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/14 10:35:28 UTC

[maven] branch maven-3.8.x updated: [MNG-7384] Upgrade Maven JAR Plugin to 3.2.2

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

michaelo pushed a commit to branch maven-3.8.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new 72c483b  [MNG-7384] Upgrade Maven JAR Plugin to 3.2.2
72c483b is described below

commit 72c483b52702687f5a4160e1fd317b01c03988d3
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 8 21:32:28 2022 +0100

    [MNG-7384] Upgrade Maven JAR Plugin to 3.2.2
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1024193..3583a87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,6 +488,12 @@ under the License.
           </executions>
         </plugin>
         <plugin>
+            <!-- Remove when Apache Parent 25 is used -->
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>3.2.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>