mirror of https://github.com/apache/maven.git
[MNG-7384] Upgrade Maven JAR Plugin to 3.2.2
This commit is contained in:
parent
18725ec1e0
commit
c0a49c7396
6
pom.xml
6
pom.xml
|
@ -518,6 +518,12 @@ under the License.
|
|||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue