Repository: commons-compress
Updated Branches:
  refs/heads/master ed9d8cfcf -> b4b13bdcc


make japicmp work again


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b4b13bdc
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b4b13bdc
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/b4b13bdc

Branch: refs/heads/master
Commit: b4b13bdcc65ddbdb94885e12991b00576138e540
Parents: ed9d8cf
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sun Aug 12 14:47:38 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sun Aug 12 14:47:38 2018 +0200

----------------------------------------------------------------------
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b4b13bdc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2781203..5e0ffdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,8 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
 
     <!-- generate report even if there are binary incompatible changes -->
     
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
+    <!-- 0.12.0 dies with a NullPointerException -->
+    <commons.japicmp.version>0.11.1</commons.japicmp.version>
 
     <pax.exam.version>4.11.0</pax.exam.version>
     <slf4j.version>1.7.21</slf4j.version>
@@ -317,6 +319,14 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${commons.felix.version}</version>
         </plugin>
+        <!-- override skip property of parent pom -->
+        <plugin>
+          <groupId>com.github.siom79.japicmp</groupId>
+          <artifactId>japicmp-maven-plugin</artifactId>
+          <configuration>
+            <skip>false</skip>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>

Reply via email to