This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/main by this push:
new a3b920c Update JaCoCo plugin to 0.8.11
a3b920c is described below
commit a3b920c20fc0dfabffdb7149eaac3dc0753b42a3
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Feb 3 11:00:45 2024 +0000
Update JaCoCo plugin to 0.8.11
---
CHANGES.md | 3 +++
pom.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGES.md b/CHANGES.md
index c8e04cb..664dd5e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,8 @@
# Tomcat Migration Tool for Jakarta EE - Changelog
+## 1.0.9
+- Update the JaCoCo Maven plugin to 0.8.11. (markt)
+
## 1.0.8
- Include `.ear` files in list of recognised archives.
PR[#50](https://github.com/apache/tomcat-jakartaee-migration/pull/50) provided
by Sammy Chu. (markt)
- Update Commons BCEL to 6.8.1. (markt)
diff --git a/pom.xml b/pom.xml
index 4cb9ba3..15be6ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,7 +301,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>0.8.8</version>
+ <version>0.8.11</version>
<executions>
<execution>
<goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]