branch develop updated (6fc805d -> 1a898f0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 6fc805d Fix ci new e812902 Use parent POM 11.9 new 1a898f0 Upgrade jacoco plugin to 0.8.6 in order to build with Java 15+ The 2 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 1a898f0da27117daf47ea69c6a0e76aaa53654a1 Author: Arnaud Thimel <Vous@exemple.com> Date: Fri Mar 19 18:04:46 2021 +0100 Upgrade jacoco plugin to 0.8.6 in order to build with Java 15+ commit e812902648633e7e03eec2bf4760e7556e5b9b11 Author: Arnaud Thimel <Vous@exemple.com> Date: Fri Mar 19 18:01:46 2021 +0100 Use parent POM 11.9 Summary of changes: pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit e812902648633e7e03eec2bf4760e7556e5b9b11 Author: Arnaud Thimel <Vous@exemple.com> Date: Fri Mar 19 18:01:46 2021 +0100 Use parent POM 11.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed00242..5203519 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11.8</version> + <version>11.9</version> </parent> <artifactId>i18n</artifactId> -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 1a898f0da27117daf47ea69c6a0e76aaa53654a1 Author: Arnaud Thimel <Vous@exemple.com> Date: Fri Mar 19 18:04:46 2021 +0100 Upgrade jacoco plugin to 0.8.6 in order to build with Java 15+ --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5203519..d7651e0 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,8 @@ <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> + <!-- This is required in order to build with Java 15+ --> + <jacocoPluginVersion>0.8.6</jacocoPluginVersion> </properties> <dependencyManagement> @@ -256,7 +258,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.5</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