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

commit 088677704c1fc1a3c7c9c11b0d30d06731997cb9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 5 19:04:59 2024 +0000

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

diff --git a/README.md b/README.md
index 964143f..da980a2 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,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://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/76.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/76)
+[![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)
 
@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>76</version>
+  <version>77</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0ad5f30..726d018 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,39 @@
+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 8747289..07c1465 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="77" date="YYYY-MM-DD" description="Version 77: 
Maintenance and update dependencies.">
+      <release version="77" date="2024-10-05" description="Version 77: 
Maintenance and update dependencies.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Dependabot, Gary 
Gregory">Pin maven-pmd-plugin to 3.24.0, site compatibility is broken in 
3.25.0.</action>
         <!-- ADD -->

Reply via email to