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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new e49115e  Use JApiCmp instead of Clirr now that we are on Java 8.
e49115e is described below

commit e49115e8499c19ab72b33dc6a4add3c3e05e8016
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Feb 20 10:38:27 2021 -0500

    Use JApiCmp instead of Clirr now that we are on Java 8.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 27d968d..20c6cd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
         <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
         <!-- Local version defines -->
         
<commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
+        <clirr.skip>true</clirr.skip>
     </properties>
 
     <scm>
@@ -108,7 +109,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
     </dependencies>
 
     <build>
-        <defaultGoal>clean apache-rat:check javadoc:javadoc checkstyle:check 
clirr:check package</defaultGoal>
+        <defaultGoal>clean apache-rat:check javadoc:javadoc checkstyle:check 
package japicmp:cmp</defaultGoal>
         <pluginManagement>
             <plugins>
                 <!-- Allow CLI usage -->

Reply via email to