branch develop updated (c3444d0 -> 21aa890)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git from c3444d0 use jdk17 for builds new 21aa890 Upgrade jacoco to support java 17 and 18 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 21aa890c2093a2620c16aaa00d037005166f105d Author: jcouteau <couteau@codelutin.com> Date: Tue Jun 28 16:32:36 2022 +0200 Upgrade jacoco to support java 17 and 18 Summary of changes: pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-config. See https://gitlab.nuiton.org/nuiton/nuiton-config.git commit 21aa890c2093a2620c16aaa00d037005166f105d Author: jcouteau <couteau@codelutin.com> Date: Tue Jun 28 16:32:36 2022 +0200 Upgrade jacoco to support java 17 and 18 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 99180df..b6b4664 100644 --- a/pom.xml +++ b/pom.xml @@ -339,7 +339,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.5</version> + <version>0.8.8</version> <executions> <execution> <id>default-prepare-agent</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm