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 2022/09/23 17:47:06 UTC

[commons-net] branch master updated: Drop Clirr property since commons-parent has replaced 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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new eb3fb9bc Drop Clirr property since commons-parent has replaced Clirr with JApiCmp.
eb3fb9bc is described below

commit eb3fb9bc1a4f1c2b85f2409e21e32c901a577f58
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 13:47:02 2022 -0400

    Drop Clirr property since commons-parent has replaced Clirr with
    JApiCmp.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ea1fc892..922f3538 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,6 @@ 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>
         <commons.jacoco.version>0.8.8</commons.jacoco.version>
         <commons.japicmp.version>0.15.7</commons.japicmp.version>
         <commons.surefire.version>3.0.0-M5</commons.surefire.version>