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

commit 03a028e107d239a1013dae3b94f3dad26b1b810f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Sep 25 19:36:49 2024 +0000

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

diff --git a/README.md b/README.md
index 2a5af6c..964143f 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/75.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/75)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/76.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/76)
 
[![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>75</version>
+  <version>76</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b741a6f..0ad5f30 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,30 @@
+Apache Commons Parent 76
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 76.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 76: Maintenance and update dependencies.
+
+Changes
+-------
+*                   Bump the default URL for Java EE Javadoc to EE8; also 
avoids Javadoc issuing redirect warnings. Thanks to Dependabot, Gary Gregory.
+*                   Bump com.github.spotbugs:spotbugs-maven-plugin from 
4.8.6.3 to 4.8.6.4 #496. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.junit:junit-bom from 5.11.0 to 5.11.1 #497. 
Thanks to Dependabot, 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 75
 RELEASE NOTES
 
diff --git a/pom.xml b/pom.xml
index 179a31b..ce7d6cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
     <!-- configuration bits for cutting a release candidate, must be 
overridden by components -->
     <!-- TODO How can we make project.build.outputTimestamp and changes.xml's 
release data the same? -->
     
<project.build.outputTimestamp>2024-09-18T21:41:56Z</project.build.outputTimestamp>
-    <commons.release.version>75</commons.release.version>
-    <commons.release.next>76</commons.release.next>
+    <commons.release.version>76</commons.release.version>
+    <commons.release.next>77</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
     <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
-    <commons.bc.version>74</commons.bc.version>
+    <commons.bc.version>75</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!--
       Define the following in ~/.m2/settings.xml in an active profile:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ebc1506..0db234b 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="76" date="YYYY-MM-DD" description="Version 76: 
Maintenance and update dependencies.">
+      <release version="76" date="2024-09-25" description="Version 76: 
Maintenance and update dependencies.">
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->

Reply via email to