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/08 20:32:34 UTC

[maven] branch MNG-7384 created (now d8d5401)

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

michaelo pushed a change to branch MNG-7384
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at d8d5401  [MNG-7384] Upgrade Maven JAR Plugin to 3.2.1

This branch includes the following new commits:

     new d8d5401  [MNG-7384] Upgrade Maven JAR Plugin to 3.2.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven] 01/01: [MNG-7384] Upgrade Maven JAR Plugin to 3.2.1

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

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

diff --git a/pom.xml b/pom.xml
index 194fce8..83fe8e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,6 +519,12 @@ under the License.
             <version>3.3.0</version>
         </plugin>
         <plugin>
+            <!-- Remove when Apache Parent 25 is used -->
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <version>3.2.1</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>