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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 6e80d7e Replace Clirr with JApiCmp in default build 6e80d7e is described below commit 6e80d7e1086a66b39267f1567a3daa180804451c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Oct 25 07:19:06 2022 -0400 Replace Clirr with JApiCmp in default build --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4e1c256..f75974c 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ under the License. <build> <!-- TODO spotbugs:check --> <!-- TODO replace clirr:check with japicmp:cmp --> - <defaultGoal>clean apache-rat:check clirr:check javadoc:javadoc checkstyle:check package</defaultGoal> + <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check</defaultGoal> <plugins> <!-- @@ -569,6 +569,9 @@ under the License. <commons.componentid>logging</commons.componentid> <commons.module.name>org.apache.commons.logging</commons.module.name> <commons.release.version>1.2</commons.release.version> + <commons.bc.version>1.1.3</commons.bc.version> + <commons.rc.version>RC1</commons.rc.version> + <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id> <commons.jira.pid>12310484</commons.jira.pid> <!-- The RC version used in the staging repository URL. -->