This is an automated email from the ASF dual-hosted git repository.

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 52ca92780d2361f38b9b4e297aa52dd6656952fa
Author: Thomas Vandahl <t...@apache.org>
AuthorDate: Fri Mar 26 18:36:37 2021 +0100

    Activate japicmp
---
 commons-jcs-core/pom.xml                            | 9 +++++++++
 commons-jcs-core/src/site/resources/profile.japicmp | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index a44197e..896dcf9 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -39,6 +39,15 @@
     <tag>HEAD</tag>
   </scm>
 
+  <properties>
+     <commons.bc.version>3.0</commons.bc.version>
+     <!-- generate report even if there are binary incompatible changes -->
+     
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
+     
<commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
+     <commons.japicmp.version>0.15.3</commons.japicmp.version>
+     <japicmp.skip>false</japicmp.skip>
+  </properties>
+
   <dependencies>
 
     <dependency>
diff --git a/commons-jcs-core/src/site/resources/profile.japicmp 
b/commons-jcs-core/src/site/resources/profile.japicmp
index 0a6949c..661ac1f 100644
--- a/commons-jcs-core/src/site/resources/profile.japicmp
+++ b/commons-jcs-core/src/site/resources/profile.japicmp
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-Re-enable clirr-report for core
\ No newline at end of file
+Enable japicmp for core
\ No newline at end of file

Reply via email to