From 55decdcdd8111ed66baabf8584726d1e5d5b555e Mon Sep 17 00:00:00 2001 From: Hans Aikema Date: Wed, 23 Oct 2024 19:50:35 +0200 Subject: [PATCH] docs: Document the breaking change for Maven plugin when used as reporting plugin --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bdddf16ac..768ffcc2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - dependency-check now requires a minimum of Java 11.0 to run - **breaking change**: bump com.h2database:h2 from 2.1.214 to 2.3.232 (#6132) - H2 databases generated with an older version of ODC will not work with ODC 11.0.0; a new H2 db must be generated +- **breaking change**: Maven plugin updated to Doxia 2.x reporting stack + - Users of the Maven plugin that configure it as a reporting plugin will need to use maven-site-plugin 3.20.0 or later (#6959) - feat: Replace old Downloader by an Apache HTTPClient based downloader - feat: Use Apache HTTPClient for downloads of public resources (#6949) - feat: Also make NodeAuditSearch usr our HTTPClient based connections