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-vfs.git
commit 541058a527969ecdced659a45b1af48e1faae284 Author: Gary Gregory <[email protected]> AuthorDate: Wed Mar 3 09:19:01 2021 -0500 Use default JApiCmp configuration for commons-vfs2-jackrabbit1. --- commons-vfs2-jackrabbit1/pom.xml | 63 +--------------------------------------- 1 file changed, 1 insertion(+), 62 deletions(-) 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>
