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
commit 23430edbb4194457e5cd28aa37c3ea4d9990c2da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 19 09:15:59 2023 -0500 The parent POM defines JApiCmp instead of CLIRR --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 59e6ce8..dad6928 100644 --- a/pom.xml +++ b/pom.xml @@ -623,11 +623,6 @@ under the License. <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>2.8</version> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> @@ -666,6 +661,7 @@ under the License. <commons.componentid>logging</commons.componentid> <commons.module.name>org.apache.commons.logging</commons.module.name> <commons.release.version>1.3.0</commons.release.version> + <commons.release.next>1.3.1</commons.release.next> <commons.bc.version>1.2</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id>