[java-parent-project] branch main updated: Update JaCoCo to 0.8.8 for Java 17/18 support
Ian Young
ian at iay.org.uk
Tue Oct 18 16:11:52 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=1d2add8f330b61251738bdf6d61dcbb7082aac6e
The following commit(s) were added to refs/heads/main by this push:
new 1d2add8 Update JaCoCo to 0.8.8 for Java 17/18 support
1d2add8 is described below
commit 1d2add8f330b61251738bdf6d61dcbb7082aac6e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 18 17:11:47 2022 +0100
Update JaCoCo to 0.8.8 for Java 17/18 support
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4045b2b..0884634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<checkstyle-plugin.version>3.1.2</checkstyle-plugin.version>
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
- <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list