diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5ac859828..790b2e588 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 ec50c0502..3affdd4cc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ The type attribute can be add,update,fix,remove. 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). Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.3 to 3.6.0 #580. - + Disable annotation processing during compile. Background: https://www.oracle.com/java/technologies/javase/23-relnote-issues.html#JDK-8321314