mirror of https://github.com/apache/maven.git
[MNG-6646] Upgrade maven-assembly-plugin to 3.1.1
This commit is contained in:
parent
0940c7c973
commit
61d888c785
6
pom.xml
6
pom.xml
|
@ -548,6 +548,12 @@ under the License.
|
|||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- TODO remove when upgrade to apache-22 parent pom -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
|
|
Loading…
Reference in New Issue