[MNG-7384] Upgrade Maven JAR Plugin to 3.2.2

This commit is contained in:
Michael Osipov 2022-01-08 21:32:28 +01:00
parent 99de6b49ee
commit 72c483b527
1 changed files with 6 additions and 0 deletions

View File

@ -487,6 +487,12 @@ under the License.
</execution>
</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>