Author: ggregory
Date: Sun Sep  3 00:23:31 2017
New Revision: 1807113

URL: http://svn.apache.org/viewvc?rev=1807113&view=rev
Log:
commons.japicmp.version 0.9.1 -> 0.10.0.

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1807113&r1=1807112&r2=1807113&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Sep  3 00:23:31 2017
@@ -42,7 +42,7 @@
       <!-- limit memory size see BEANUTILS-291; allow command-line override -->
       <!-- Originally 25M, increased to 56M to get round Continuum CI / Travis 
CI build failures -->
       <surefire.argLine>-Xmx56M</surefire.argLine>
-      <commons.japicmp.version>0.9.1</commons.japicmp.version>
+      <commons.japicmp.version>0.10.0</commons.japicmp.version>
       <commons.clirr.version>2.8</commons.clirr.version>
       <commons.encoding>utf-8</commons.encoding>
   </properties>
@@ -470,7 +470,20 @@
                <artifactId>japicmp-maven-plugin</artifactId>
                <version>${commons.japicmp.version}</version>
                <configuration>
-                  <parameter>
+          <oldVersion>
+                       <dependency>
+                               <groupId>commons-beanutils</groupId>
+                               <artifactId>commons-beanutils</artifactId>
+                               <version>1.9.3</version>
+                               <type>jar</type>
+                       </dependency>
+                 </oldVersion>
+                 <newVersion>
+                       <file>
+                               
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
+                       </file>
+                 </newVersion>            
+                 <parameter>
 <!-- 
  to support "mvn site" (no japicmp report) 
  as well as "mvn package site" (with  japicmp report) 
@@ -478,7 +491,7 @@
                           
<ignoreMissingNewVersion>true</ignoreMissingNewVersion>
                   </parameter>
                </configuration>
-             </plugin>
+           </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>


Reply via email to