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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new f2a266e Use latest JApiCmp seems to resolve previous issues, no need
to configure it in this POM now.
f2a266e is described below
commit f2a266ed9599723877689a959f8e002536c78cdf
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 23 18:10:24 2019 -0400
Use latest JApiCmp seems to resolve previous issues, no need to
configure it in this POM now.
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 95b9314..38e2934 100644
--- a/pom.xml
+++ b/pom.xml
@@ -895,16 +895,6 @@
</links>
</configuration>
</plugin>
-<!-- <plugin> -->
-<!-- <groupId>com.github.siom79.japicmp</groupId> -->
-<!-- <artifactId>japicmp-maven-plugin</artifactId> -->
-<!-- <version>${commons.japicmp.version}</version> -->
-<!-- <configuration> -->
-<!-- <parameter> -->
-<!-- <ignoreMissingClasses>true</ignoreMissingClasses> -->
-<!-- </parameter> -->
-<!-- </configuration> -->
-<!-- </plugin> -->
</plugins>
</reporting>