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

commit acc0075aa454294d852ff28dbbcc8c3a899ce922
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 19 22:06: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 cab3a3d..4fce653 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,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)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-parent/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/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/67.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/67)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/68.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/68)
 
[![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)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>67</version>
+  <version>68</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 891c83c..e988adb 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,30 @@
+Apache Commons Parent 68
+RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 68.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons 
components.
+
+Version 68: Maintenance and update dependencies
+
+Changes
+-------
+*                   Bump org.apache.maven.plugins:maven-assembly-plugin from 
3.6.0 to 3.7.1 #378, #384. Thanks to Dependabot.
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.18.5 to 0.20.0 #376. Thanks to Dependabot.
+*                   Bump com.puppycrawl.tools:checkstyle from 10.14.0 to 
10.14.2 on Java 11 and up. Thanks to Gary Gregory.
+*                   Bump org.moditect:moditect-maven-plugin from 1.1.0 to 
1.2.0.Final #379. Thanks to Dependabot, Gary Gregory.
+*                   Bump org.apache.maven.plugins:maven-compiler-plugin from 
3.12.1 to 3.13.0 #385. 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/
+
+-----------------------------------------------------------------------------
+
 Apache Commons Parent 67
 RELEASE NOTES
 
diff --git a/pom.xml b/pom.xml
index 8a07b68..ed08e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,13 +92,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-03-05T22:54:06Z</project.build.outputTimestamp>
-    <commons.release.version>67</commons.release.version>
-    <commons.release.next>68</commons.release.next>
+    <commons.release.version>68</commons.release.version>
+    <commons.release.next>69</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>66</commons.bc.version>
+    <commons.bc.version>67</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 1a63776..6ce46f6 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="68" date="YYYY-MM-DD" description="Version 68: 
Maintenance and update dependencies">
+        <release version="68" date="2024-03-19" description="Version 68: 
Maintenance and update dependencies">
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 #378, 
#384.</action>
            <action type="update" dev="ggregory" due-to="Dependabot">Bump 
com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.5 to 0.20.0 
#376.</action>

Reply via email to