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


The following commit(s) were added to refs/heads/master by this push:
     new 502789e  No more CLIRR, use JApiCmp and JaCoCo.
502789e is described below

commit 502789ee446ce7c96a616c1772fac672fff866c8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 13 08:55:42 2020 -0400

    No more CLIRR, use JApiCmp and JaCoCo.
---
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b462467..649846b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,8 +186,6 @@
         org.apache.commons.httpclient.*;resolution:=optional,
         *
     </commons.osgi.import>
-    <!-- Newer versions of clirr throw an NPE building the site -->
-    <commons.clirr.version>2.6</commons.clirr.version>
     <!-- Avoid warnings about being unable to find jars during site building 
-->
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <hadoop.version>3.3.0</hadoop.version>
@@ -195,7 +193,11 @@
     <jackrabbit2.version>2.21.3</jackrabbit2.version>
     <commons.surefire.version>2.19.1</commons.surefire.version>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
+    <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <log4j2.version>2.13.3</log4j2.version>
+    <clirr.skip>true</clirr.skip>
+    <japicmp.skip>false</japicmp.skip>
+    <jacoco.skip>false</jacoco.skip>
   </properties>
 
   <build>

Reply via email to