mirror of https://github.com/apache/maven.git
[MNG-6550] Packaging 'pom' binding plugin upgrades
* Upgrade to Maven Install Plugin 3.0.0-M1 * Upgrade to Maven Deploy Plugin 3.0.0-M1
This commit is contained in:
parent
7251b8dda8
commit
207237223a
|
@ -41,10 +41,10 @@ Mappings to default lifecycle, specific for each packaging.
|
|||
<!-- START SNIPPET: pom-lifecycle -->
|
||||
<phases>
|
||||
<install>
|
||||
org.apache.maven.plugins:maven-install-plugin:2.4:install
|
||||
org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install
|
||||
</install>
|
||||
<deploy>
|
||||
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy
|
||||
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy
|
||||
</deploy>
|
||||
</phases>
|
||||
<!-- END SNIPPET: pom-lifecycle -->
|
||||
|
|
Loading…
Reference in New Issue