You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2019/01/06 23:43:14 UTC

[maven] branch MNG-6169 created (now f75f848)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch MNG-6169
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at f75f848  Upgrade to Maven Clean Plugin 3.1.0

This branch includes the following new commits:

     new f75f848  Upgrade to Maven Clean Plugin 3.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: Upgrade to Maven Clean Plugin 3.1.0

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-6169
in repository https://gitbox.apache.org/repos/asf/maven.git

commit f75f84885e5e04930c9ca3ad351b233ef06783ea
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jan 7 00:43:08 2019 +0100

    Upgrade to Maven Clean Plugin 3.1.0
---
 maven-core/src/main/resources/META-INF/plexus/components.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-core/src/main/resources/META-INF/plexus/components.xml b/maven-core/src/main/resources/META-INF/plexus/components.xml
index 3f099cb..c451bbc 100644
--- a/maven-core/src/main/resources/META-INF/plexus/components.xml
+++ b/maven-core/src/main/resources/META-INF/plexus/components.xml
@@ -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 -->