Author: stain
Date: Wed Sep 21 14:02:38 2016
New Revision: 1761743

URL: http://svn.apache.org/viewvc?rev=1761743&view=rev
Log:
disabled japicmp as it's not java6 compatible

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=1761743&r1=1761742&r2=1761743&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Sep 21 14:02:38 2016
@@ -41,8 +41,6 @@
       <!-- limit memory size see BEANUTILS-291; allow command-line override -->
       <!-- Originally 25M, increased to 50M to get round Continuum CI build 
failures -->
       <surefire.argLine>-Xmx50M</surefire.argLine>
-      <!-- upgrade from 0.8.0 -->
-      <commons.japicmp.version>0.9.0</commons.japicmp.version>
   </properties>
 
 
@@ -366,12 +364,13 @@
                 <tarLongFileMode>gnu</tarLongFileMode>
             </configuration>
         </plugin>
+       <!-- Disabled as it is not Java 6 compatible
       <plugin>
-        <!-- Check if we broke compatibibility against previous release -->
         <groupId>com.github.siom79.japicmp</groupId>
         <artifactId>japicmp-maven-plugin</artifactId>
         <version>${commons.japicmp.version}</version>
       </plugin>
+      -->
       </plugins>
       <pluginManagement>
         <plugins>


Reply via email to