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


The following commit(s) were added to refs/heads/master by this push:
     new c9a79ca  japicmp-maven-plugin should not break builds on source 
incompatible changes by default.
c9a79ca is described below

commit c9a79ca62e25797e4950ef4aca3c31856a472317
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 19 13:16:02 2019 -0400

    japicmp-maven-plugin should not break builds on source incompatible
    changes by default.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 004cc76..cb88c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,8 +335,8 @@
             </newVersion>
             <parameter>
               <onlyModified>true</onlyModified>
-              
<breakBuildOnSourceIncompatibleModifications>${commons.japicmp.breakBuildOnSourceIncompatibleModifications}</breakBuildOnSourceIncompatibleModifications>
               
<breakBuildOnBinaryIncompatibleModifications>${commons.japicmp.breakBuildOnBinaryIncompatibleModifications}</breakBuildOnBinaryIncompatibleModifications>
+              
<breakBuildOnSourceIncompatibleModifications>${commons.japicmp.breakBuildOnSourceIncompatibleModifications}</breakBuildOnSourceIncompatibleModifications>
               <!-- skip japicmp on "mvn site" - use "mvn package site" to 
include report -->
               <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
               <reportOnlyFilename>true</reportOnlyFilename>
@@ -868,6 +868,7 @@
           <parameter>
             <onlyModified>true</onlyModified>
             
<breakBuildOnBinaryIncompatibleModifications>${commons.japicmp.breakBuildOnBinaryIncompatibleModifications}</breakBuildOnBinaryIncompatibleModifications>
+            
<breakBuildOnSourceIncompatibleModifications>${commons.japicmp.breakBuildOnSourceIncompatibleModifications}</breakBuildOnSourceIncompatibleModifications>
             <!-- skip japicmp on "mvn site" - use "mvn package site" to 
include report -->
             <skipPomModules>true</skipPomModules>
             <ignoreMissingNewVersion>true</ignoreMissingNewVersion>

Reply via email to