This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 12f010d4d5651452891035963c5813dfd61e2450 Author: jcouteau <couteau@codelutin.com> Date: Fri Feb 21 15:46:51 2020 +0100 Trying to fix releasable status : using pom v11 as parent pom --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8d18b826..546fc56c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ <parent> <groupId>org.nuiton</groupId> - <artifactId>codelutinpom</artifactId> - <version>10.5</version> + <artifactId>pom</artifactId> + <version>11.5</version> </parent> <groupId>fr.ifremer</groupId> @@ -139,13 +139,15 @@ <properties> - <projectId>echobase</projectId> - <ciViewId>EchoBase</ciViewId> + <gitlabGroupName>inra</gitlabGroupName> + <gitlabProjectName>echobase</gitlabProjectName> <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> + <gitflow.versionTagPrefix>agrosyst-</gitflow.versionTagPrefix> + <!-- libraries version --> <topiaVersion>3.1.1</topiaVersion> @@ -163,6 +165,7 @@ <coserVersion>1.5.6</coserVersion> <!-- /!\ http://bengreen.eu/fancyhtml/quickreference/jettyjsp9error.html --> <jettyPluginVersion>9.1.6.v20160112</jettyPluginVersion> + <jrstPluginVersion>2.3</jrstPluginVersion> <!-- JC 190117 - Do not update Reflections, breaks lots of tests --> <reflectionsVersion>0.9.10</reflectionsVersion> @@ -544,7 +547,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.5</version> + <version>${jacocoPluginVersion}</version> <executions> <execution> <id>default-prepare-agent</id> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.