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 87e668d Update chanegs for version 79 87e668d is described below commit 87e668d63c62f57175585625d0176fc130ced38f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 18 08:51:15 2025 -0500 Update chanegs for version 79 Updating changes.xml to use the version 2 XSD is also required. Some site XML files may also need updates. --- RELEASE-NOTES.txt | 2 ++ src/changes/changes.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5ac8598..790b2e5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -7,6 +7,8 @@ The Apache Commons Parent POM provides common settings for all Apache Commons co Version 79: This is a feature and maintenance release. Java 8 or later is required. +Updating changes.xml to use the version 2 XSD is also required. Some site XML files may also need updates. + New features ------------ * Add org.junit-pioneer:junit-pioneer to dependencyManagement. Thanks to Gary Gregory. diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ec50c05..3affdd4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.2.0 to 3.3.0 (maven-artifact-plugin:3.6.0:check-buildplan (check-buildplan) reports plugin with non-reproducible output: 3.2.0, require minimum 3.3.0).</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.3 to 3.6.0 #580.</action> </release> - <release version="79" date="2025-01-03" description="Version 79: This is a feature and maintenance release. Java 8 or later is required."> + <release version="79" date="2025-01-03" description="Version 79: This is a feature and maintenance release. Java 8 or later is required. Updating changes.xml to use the version 2 XSD is also required. Some site XML files may also need updates."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Disable annotation processing during compile. Background: https://www.oracle.com/java/technologies/javase/23-relnote-issues.html#JDK-8321314