From c68c4b2c72b9c1dd00a93d7bab402fad9ee73e26 Mon Sep 17 00:00:00 2001 From: Alex Herbert Date: Sat, 12 Feb 2022 09:22:27 +0000 Subject: [PATCH] Change clirr to japicmp for binary compatibility check --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 147076289..549bcc8c7 100644 --- a/pom.xml +++ b/pom.xml @@ -588,6 +588,9 @@ 0.8.7 5.8.2 + + 0.15.4 + 4.4 true @@ -598,7 +601,7 @@ - clean verify apache-rat:check checkstyle:check clirr:check javadoc:javadoc + clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc org.apache.maven.plugins