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 a8cb6995dc73d27b4fb154e46f0d4d57990d9cc3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 2 12:06:20 2023 -0400 Remove duplicate property --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0ef426a..0e8ab61 100644 --- a/pom.xml +++ b/pom.xml @@ -551,12 +551,11 @@ under the License. <commons.module.name>org.apache.commons.logging</commons.module.name> <commons.release.version>1.3.0</commons.release.version> <commons.bc.version>1.2</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. --> - <commons.rc.version>RC2</commons.rc.version> + <commons.rc.version>RC1</commons.rc.version> <skipSurefireReport>true</skipSurefireReport> <!-- Allow default test run order to be changed --> <failsafe.runorder>filesystem</failsafe.runorder>