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 489e1b0  Prepare for the next release candidate
489e1b0 is described below

commit 489e1b07d74145c57c18c7327cb8e0955c0d1db6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 17 17:08:18 2024 +0000

    Prepare for the next release candidate
---
 README.md               |  2 +-
 RELEASE-NOTES.txt       | 36 ++++++++++++++++++++++++++++++++++++
 src/changes/changes.xml |  2 +-
 3 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7ea0850..da980a2 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Apache Commons Parent
 ===================
 
 [![Java 
CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-parent?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-parent)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true)
 
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/77.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/77)
 
[![CodeQL](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 726d018..265c223 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -33,6 +33,42 @@ https://commons.apache.org/proper/commons-parent/
 Enjoy!
 Apache Commons Team
 
+-----------------------------------------------------------------------------
+Apache Commons Parent 77
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 77.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 77: Maintenance and update dependencies.
+
+Fixed Bugs
+----------
+*                   Pin maven-pmd-plugin to 3.24.0, site compatibility is 
broken in 3.25.0. Thanks to Dependabot, Gary Gregory.
+
+Changes
+-------
+*                   Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.1 to 
2.8.2 #498. Thanks to Dependabot, Gary Gregory.
+*                   Bump commons.pmd-impl.version from 7.5.0 to 7.6.0 #501. 
Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.10.0 to 3.10.1 #503. Thanks to Dependabot, Gary Gregory.
+*                   Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 
10.18.2 on Java 11 and up. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #506. 
Thanks to Dependabot, Gary Gregory.
+
+Removed
+-------
+*                   Remove "cobertura" profile, we use JaCoco, Cobertura is 
unmaintained. Thanks to Gary Gregory.
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-parent/changes-report.html
+
+For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Parent website:
+
+https://commons.apache.org/proper/commons-parent/
+
+Enjoy!
+Apache Commons Team
+
 -----------------------------------------------------------------------------
 Apache Commons Parent 76
 RELEASE NOTES
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 92b59ff..5ac7928 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="78" date="YYYY-MM-DD" description="Version 778: 
Maintenance and update dependencies.">
+      <release version="78" date="2024-10-17" description="Version 778: 
Maintenance and update dependencies.">
         <!-- FIX -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Fix 
spotbugs:check on Java 24-ea.</action>
         <!-- ADD -->

Reply via email to