From 02a4b241fb95eb93b887695273f3a6ed349aedf6 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Wed, 10 Jan 2024 22:14:05 +0100 Subject: [PATCH] update changelog --- CHANGELOG.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 5342c9cd..cc6d1879 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -61,7 +61,7 @@ Build / Infrastructure:: * Use latest maven-plugin-tools and remove Dependabot exclusion (CI test ensure backward compatibility) (#717) * Use latest Maven Doxia and remove Dependabot exclusion (CI test ensure backward compatibility) (#719) * Use latest Maven and remove Dependabot exclusion (CI test ensure backward compatibility) (#722) - * Test artifacts signature in CI (#725) + * Test artifact's signature with Maven in CI (#736) Maintenance:: * Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)