mirror of https://github.com/apache/maven.git
[MNG-6548] Lifecycle plugin version upgrades
* Upgrade to Maven Clean Plugin 3.1.0 * Upgrade to Maven Site Plugin 3.9.1
This commit is contained in:
parent
a89a3d315d
commit
7a4b77b582
|
@ -78,7 +78,7 @@ under the License.
|
|||
</phases>
|
||||
<default-phases>
|
||||
<clean>
|
||||
org.apache.maven.plugins:maven-clean-plugin:2.5:clean
|
||||
org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean
|
||||
</clean>
|
||||
</default-phases>
|
||||
<!-- END SNIPPET: clean -->
|
||||
|
@ -101,10 +101,10 @@ under the License.
|
|||
</phases>
|
||||
<default-phases>
|
||||
<site>
|
||||
org.apache.maven.plugins:maven-site-plugin:3.3:site
|
||||
org.apache.maven.plugins:maven-site-plugin:3.9.1:site
|
||||
</site>
|
||||
<site-deploy>
|
||||
org.apache.maven.plugins:maven-site-plugin:3.3:deploy
|
||||
org.apache.maven.plugins:maven-site-plugin:3.9.1:deploy
|
||||
</site-deploy>
|
||||
</default-phases>
|
||||
<!-- END SNIPPET: site -->
|
||||
|
|
Loading…
Reference in New Issue