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-codec.git
The following commit(s) were added to refs/heads/master by this push: new 370e9aab Bump org.apache.commons:commons-parent from 71 to 72 370e9aab is described below commit 370e9aabdb07942e80528833e08926b17ebb7fc2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 28 08:57:08 2024 -0400 Bump org.apache.commons:commons-parent from 71 to 72 --- pom.xml | 4 +++- src/changes/changes.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 31ecf283..4e006d6b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>71</version> + <version>72</version> </parent> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> @@ -107,6 +107,8 @@ limitations under the License. <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <project.build.outputTimestamp>2024-07-15T22:27:42Z</project.build.outputTimestamp> <commons.jacoco.version>0.8.12</commons.jacoco.version> + <!-- Temp for SUREFIRE-2253 --> + <commons.surefire.version>3.2.5</commons.surefire.version> <!-- JaCoCo: Don't make code coverage worse than: --> <jacoco.skip>false</jacoco.skip> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5b9a4607..876af0fa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,7 +47,8 @@ The <action> type attribute can be add,update,fix,remove. <!-- FIX --> <!-- ADD --> <!-- UPDATE --> - <action dev="ggregory" type="update" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #296.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #296.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 71 to 72.</action> </release> <release version="1.17.1" date="2024-07-12" description="Feature and fix release. Requires a minimum of Java 8."> <!-- FIX -->