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 ea24290 Prepare release candidate ea24290 is described below commit ea2429093e2c1b917bdf69cb6b1d9387aeb1e865 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 6 10:01:12 2023 -0400 Prepare release candidate --- README.md | 2 +- RELEASE-NOTES.txt | 33 +++++++++++++++++++++++++++++++++ pom.xml | 4 ++-- src/changes/changes.xml | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2088dac..3634148 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Alternatively, you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>63</version> + <version>64</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3f6f002..cfcdc1f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,36 @@ + Apache Commons Parent 64 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 64. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 64: Maintenance and update dependencies + +Changes in this version include: + +New features: +o Restore building on Java 8 (com.puppycrawl.tools:checkstyle 10.x requires Java 11). Thanks to Gary Gregory. +o Rename profile 'moditect' to 'java-9-up'. Thanks to Gary Gregory. +o Merge profile 'jdk9-compiler' into 'java-9-up' and remove 'jdk9-compiler'. Thanks to Gary Gregory. + +Changes: +o Use Checkstyle 9.x on Java less than 11 and Checkstyle 10.x on Java 11 and up. Thanks to Gary Gregory. + +Removed: +o Remove 'javasvn' profile. Thanks to Gary Gregory. +o Remove '.svn'-activated profile. Thanks to Gary Gregory. +o Remove 'jdk9-compiler.' profile. 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/ + +----------------------------------------------------------------------------- + Apache Commons Parent 63 RELEASE NOTES diff --git a/pom.xml b/pom.xml index f2f5c5a..44fe4f9 100644 --- a/pom.xml +++ b/pom.xml @@ -93,11 +93,11 @@ <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? --> <project.build.outputTimestamp>2023-10-05T12:49:06Z</project.build.outputTimestamp> <commons.release.version>${project.version}</commons.release.version> - <commons.rc.version>RC2</commons.rc.version> + <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>62</commons.bc.version> + <commons.bc.version>63</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 bd38919..10fbe3b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="64" date="2023-MM-DD" description="Version 64: Maintenance and update dependencies"> + <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies"> <!-- FIX --> <action type="add" dev="ggregory" due-to="Gary Gregory">Restore building on Java 8 (com.puppycrawl.tools:checkstyle 10.x requires Java 11).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Rename profile 'moditect' to 'java-9-up'.</action>