You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/21 11:53:47 UTC

[maven-apache-parent] branch MPOM-256 created (now a499c8d)

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

slachiewicz pushed a change to branch MPOM-256
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


      at a499c8d  [MPOM-256] Remove outdated clirr-maven-plugin

This branch includes the following new commits:

     new a499c8d  [MPOM-256] Remove outdated clirr-maven-plugin

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-apache-parent] 01/01: [MPOM-256] Remove outdated clirr-maven-plugin

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

slachiewicz pushed a commit to branch MPOM-256
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit a499c8d802585cb8670f65aa79f7d225c771a10f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 21 12:53:38 2020 +0100

    [MPOM-256] Remove outdated clirr-maven-plugin
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 70d2e14..66b8ec3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,11 +317,6 @@ under the License.
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.13</version>
         </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>