Breaking binary compatibility should break the build instead of
generating a report one might skip reading, especially for PRs.
diff --git a/pom.xml b/pom.xml
index 95dbb21..36fb5f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,11 +58,8 @@
     <commons.jira.pid>12315320</commons.jira.pid>
     <commons.site.path>commons-weaver</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
-
     <commons.japicmp.version>0.15.1</commons.japicmp.version>
-    <!-- remove after 2.0 release: -->
-    <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
-
+    <japicmp.skip>false</japicmp.skip>
     <!-- most Java-related items are defined in parent/pom.xml;
          define these here for the animal-sniffer config of commons-parent: -->
     <maven.compiler.source>1.8</maven.compiler.source>