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 a7190738d6e4c663e6a668ab1339da204fac451a Author: Michael Osipov <[email protected]> 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 194fce8..1ff9ccf 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.2</version> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration>
