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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 0bdd089 Prepare for the next release candidate 0bdd089 is described below commit 0bdd089614503bafbb9c4df85cd3fdc92090de8a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 3 13:48:54 2025 +0000 Prepare for the next release candidate --- CONTRIBUTING.md | 2 +- README.md | 2 +- RELEASE-NOTES.txt | 3 ++- pom.xml | 2 +- src/changes/changes.xml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c209cc9..3e0f57f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/README.md b/README.md index 3142a8d..fcd88b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - https://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index d965873..2d4df1e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,6 +11,7 @@ New features ------------ * Add org.junit-pioneer:junit-pioneer to dependencyManagement. Thanks to Gary Gregory. * Add org.apache.maven.plugins:maven-changes-plugin to pluginManagement. Thanks to Gary Gregory. +* Add mockito to dependencyManagement #568. Thanks to Arnout Engelen. Fixed Bugs ---------- @@ -26,7 +27,7 @@ Changes * Bump org.junit:junit-bom from 5.11.2 to 5.11.4 #519, #558. Thanks to Gary Gregory, Dependabot. * Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.1 to 3.5.3 #522, #538. Thanks to Gary Gregory, Dependabot. * Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 #523. Thanks to Gary Gregory, Dependabot. -* Bump commons.pmd-impl.version from 7.6.0 to 7.8.0 #524, #549. Thanks to Gary Gregory, Dependabot. +* Bump commons.pmd-impl.version from 7.6.0 to 7.9.0 #524, #549, #565. Thanks to Gary Gregory, Dependabot. * Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.21.1 on Java 11 and up. Thanks to Gary Gregory, Dependabot. * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 #537, #555. Thanks to Gary Gregory, Dependabot. * Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.1 to 3.5.2 #535, #541. Thanks to Gary Gregory, Dependabot. diff --git a/pom.xml b/pom.xml index f474eff..1cee157 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ <project.build.outputTimestamp>2024-10-22T11:11:44Z</project.build.outputTimestamp> <commons.release.version>79</commons.release.version> <commons.release.next>80</commons.release.next> - <commons.rc.version>RC1</commons.rc.version> + <commons.rc.version>RC2</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- Commons Release Plugin --> <!-- Previous version of the component (used for reporting binary compatibility check)--> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f07567a..96215a1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> - <release version="79" date="2024-12-29" description="Version 79: This is a feature and maintenance release. Java 8 or later is required."> + <release version="79" date="2025-01-03" description="Version 79: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Disable annotation processing during compile. Background: https://www.oracle.com/java/technologies/javase/23-relnote-issues.html#JDK-8321314