Use default JApiCmp configuration for commons-vfs2-jackrabbit1.
diff --git a/commons-vfs2-jackrabbit1/pom.xml b/commons-vfs2-jackrabbit1/pom.xml
index a3b41a1..7094d4a 100644
--- a/commons-vfs2-jackrabbit1/pom.xml
+++ b/commons-vfs2-jackrabbit1/pom.xml
@@ -193,74 +193,13 @@
           </systemPropertyVariables>
         </configuration>
       </plugin>
-      <plugin>
-        <!-- Remove this after 2.5.0  -->
-        <groupId>com.github.siom79.japicmp</groupId>
-        <artifactId>japicmp-maven-plugin</artifactId>
-        <configuration>
-          <oldVersion>
-            <dependency>
-              <groupId>org.apache.commons</groupId>
-              <artifactId>commons-vfs2</artifactId>
-              <version>2.4.1</version>
-              <type>jar</type>
-            </dependency>
-          </oldVersion>
-          <parameter>
-            <includes>
-              <include>org.apache.commons.vfs2.provider.webdav</include>
-            </includes>
-            <overrideCompatibilityChangeParameters>
-              <overrideCompatibilityChangeParameter>
-                <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
-                <binaryCompatible>true</binaryCompatible>
-                <sourceCompatible>true</sourceCompatible>
-                <semanticVersionLevel>PATCH</semanticVersionLevel>
-              </overrideCompatibilityChangeParameter>
-            </overrideCompatibilityChangeParameters>
-          </parameter>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <!-- Remove this after 2.5.0  -->
-        <groupId>com.github.siom79.japicmp</groupId>
-        <artifactId>japicmp-maven-plugin</artifactId>
-        <configuration>
-          <oldVersion>
-            <dependency>
-              <groupId>org.apache.commons</groupId>
-              <artifactId>commons-vfs2</artifactId>
-              <version>2.4.1</version>
-              <type>jar</type>
-            </dependency>
-          </oldVersion>
-          <parameter>
-            <includes>
-              <include>org.apache.commons.vfs2.provider.webdav</include>
-            </includes>
-            <overrideCompatibilityChangeParameters>
-              <overrideCompatibilityChangeParameter>
-                <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
-                <binaryCompatible>true</binaryCompatible>
-                <sourceCompatible>true</sourceCompatible>
-                <semanticVersionLevel>PATCH</semanticVersionLevel>
-              </overrideCompatibilityChangeParameter>
-            </overrideCompatibilityChangeParameters>
-          </parameter>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>java14</id>
-        <!-- Jackrabbit 1 does not run on Java 14. -->
+        <!-- Jackrabbit 1 does not run on Java 14 and above. -->
         <activation>
           <jdk>[14,)</jdk>
         </activation>