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 acc57a16b1bd31f670cf191adcb5d49d119ff380 Author: Gary Gregory <[email protected]> AuthorDate: Wed Mar 3 09:15:55 2021 -0500 Enable JApiCmp for commons-vfs2-jackrabbit2! --- commons-vfs2-jackrabbit2/pom.xml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/commons-vfs2-jackrabbit2/pom.xml b/commons-vfs2-jackrabbit2/pom.xml index 27628a7..f126107 100644 --- a/commons-vfs2-jackrabbit2/pom.xml +++ b/commons-vfs2-jackrabbit2/pom.xml @@ -191,27 +191,6 @@ </systemPropertyVariables> </configuration> </plugin> - <plugin> - <!-- Remove this after 2.5.0 --> - <groupId>com.github.siom79.japicmp</groupId> - <artifactId>japicmp-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </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> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </reporting> </project>
