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-pool.git
The following commit(s) were added to refs/heads/master by this push:
new eca8e24 Use JApiCmp instead of Clirr.
eca8e24 is described below
commit eca8e242672d08888d30493a669737f2a3681454
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 30 09:41:45 2019 -0400
Use JApiCmp instead of Clirr.
---
pom.xml | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 03976e8..de5ee43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -186,12 +186,12 @@
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
- <commons.japicmp.version>0.13.1</commons.japicmp.version>
+ <commons.japicmp.version>0.14.0</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
</properties>
<build>
- <defaultGoal>clean verify apache-rat:check clirr:check
javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean verify apache-rat:check japicmp:cmp
javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
@@ -325,14 +325,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- <version>${commons.clirr.version}</version>
- <configuration>
- <minSeverity>info</minSeverity>
- </configuration>
- </plugin>
- <plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>${commons.japicmp.version}</version>