diff --git a/CHANGELOG.md b/CHANGELOG.md
index c36cadb265..ba5b697504 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,14 +10,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
## Unreleased ([details][unreleased changes details])
+### Changed
+
+- #3494 - Remove offline instrumentation with Jacoco
+
+## 6.9.10 - 2024-12-13
+
+### Added
- #3484 - Redirect Manager: A servlet to export redirects to a TXT file to use with pipeline-free redirects
- #3480 - AEM Sites Copy Publish URLs
### Fixed
- #3479 - Fixed Configurations Model for Redirect Manager after change in "redirect" resource as "sling:Folder"
-
-### Fixed
-
- #3483 - Fixed issue with genericlist/body.jsp importing a class from an impl package.
## 6.9.6 - 2024-11-20
diff --git a/pom.xml b/pom.xml
index a7b6946740..c2f27d903d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
2024.8.17569.20240822T203847Z-240700
- 0.8.11
+ 0.8.12
5.10.2
8
@@ -794,38 +794,48 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
coverage
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+ @{jacoco.command}
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+
+
+ @{jacoco.command} -Djacoco.command=@{jacoco.command}
+
+
+
+
org.jacoco
jacoco-maven-plugin
${jacoco.version}
+
- default-prepare-agent
+ prepare-agent
prepare-agent
+
-
- *
-
+ jacoco.command
-
- jacoco-instrument
-
- instrument
-
-
-
- jacoco-restore-instrumented-classes
-
- restore-instrumented-classes
-
-
report
- prepare-package
+ verify
report