You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/16 17:45:07 UTC

[commons-crypto] branch master updated: Replace Apache CLIRR with JApiCmp.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eb9d84  Replace Apache CLIRR with JApiCmp.
0eb9d84 is described below

commit 0eb9d8437e1631403aec7ecb05602c48e63eac20
Author: garydgregory <ga...@192.168.1.7>
AuthorDate: Sun Aug 16 13:44:58 2020 -0400

    Replace Apache CLIRR with JApiCmp.
---
 pom.xml | 25 +++----------------------
 1 file changed, 3 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index c084a8d..7c88f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,9 @@ The following provides more details on the included cryptographic software:
 
     <commons.pmd.version>3.13.0</commons.pmd.version>
     <japicmp.skip>false</japicmp.skip>
+    <commons.japicmp.version>0.14.3</commons.japicmp.version>
+    
+    <clirr.skip>true</clirr.skip>
     
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
@@ -596,21 +599,6 @@ The following provides more details on the included cryptographic software:
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <ignoredDifferencesFile>${basedir}/clirr-excludes.xml</ignoredDifferencesFile>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <version>2.5.3</version>
@@ -720,13 +708,6 @@ The following provides more details on the included cryptographic software:
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>clirr-maven-plugin</artifactId>
-        <configuration>
-          <ignoredDifferencesFile>${basedir}/clirr-excludes.xml</ignoredDifferencesFile>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
   <dependencies>