Skip to content

Commit

Permalink
Revert "[MNG-6548] Lifecycle plugin version upgrades"
Browse files Browse the repository at this point in the history
This reverts commit 33e4f20.
Commit will be postponed to 3.7.0.
  • Loading branch information
michael-o committed Feb 17, 2019
1 parent bd4a3a0 commit 9dd4732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maven-core/src/main/resources/META-INF/plexus/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
</phases>
<default-phases>
<clean>
org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean
org.apache.maven.plugins:maven-clean-plugin:2.5:clean
</clean>
</default-phases>
<!-- END SNIPPET: clean -->
Expand All @@ -101,10 +101,10 @@ under the License.
</phases>
<default-phases>
<site>
org.apache.maven.plugins:maven-site-plugin:3.7.1:site
org.apache.maven.plugins:maven-site-plugin:3.3:site
</site>
<site-deploy>
org.apache.maven.plugins:maven-site-plugin:3.7.1:deploy
org.apache.maven.plugins:maven-site-plugin:3.3:deploy
</site-deploy>
</default-phases>
<!-- END SNIPPET: site -->
Expand Down

0 comments on commit 9dd4732

Please sign in to comment.