You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/01/31 09:18:16 UTC

[commons-fileupload] 01/02: Remove clirr references (switched to JApiCmp)

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

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit d712a31d1817461ff01f1eea291667efe9bbde76
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 31 09:08:34 2023 +0000

    Remove clirr references (switched to JApiCmp)
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce21274..56eb5f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,20 +372,6 @@
           </rulesets>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <version>${commons.clirr.version}</version>
-        <configuration>
-          <comparisonArtifacts>
-            <comparisonArtifact>
-              <groupId>commons-fileupload</groupId>
-              <artifactId>commons-fileupload</artifactId>
-              <version>1.3</version>
-            </comparisonArtifact>
-          </comparisonArtifacts>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>