You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/05/07 16:21:23 UTC

svn commit: r1831108 - /commons/proper/commons-parent/trunk/pom.xml

Author: chtompki
Date: Mon May  7 16:21:23 2018
New Revision: 1831108

URL: http://svn.apache.org/viewvc?rev=1831108&view=rev
Log:
japicmp-maven-plugin 0.11.1 -> 0.12.0

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1831108&r1=1831107&r2=1831108&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon May  7 16:21:23 2018
@@ -43,6 +43,7 @@
     - Set the version of Apache Commons BCEL used by maven-project-info-reports-plugin to avoid 
       "org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19"
     - Allows JApiCmp's ignoreMissingClasses parameter to be easily overridable with the property commons.japicmp.ignoreMissingClasses.
+    - japicmp-maven-plugin 0.11.1 -> 0.12.0
       
   -->
   
@@ -1758,7 +1759,7 @@
     <commons.rat.version>0.12</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
     <commons.clirr.version>2.8</commons.clirr.version>
-    <commons.japicmp.version>0.11.1</commons.japicmp.version>
+    <commons.japicmp.version>0.12.0</commons.japicmp.version>
     <commons.jxr.version>2.5</commons.jxr.version>
     <commons.project-info.version>2.9</commons.project-info.version>
     <commons.wagon-ssh.version>3.0.0</commons.wagon-ssh.version>