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 d1c838199454a3d6a1dd0beea54b128842015338 Author: jcouteau <couteau@codelutin.com> Date: Thu Feb 27 10:37:20 2020 +0100 clean pom --- pom.xml | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 546fc56c..fedcf4aa 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>11.5</version> + <version>11.7</version> </parent> <groupId>fr.ifremer</groupId> @@ -139,14 +139,14 @@ <properties> - <gitlabGroupName>inra</gitlabGroupName> + <gitlabGroupName>ifremer</gitlabGroupName> <gitlabProjectName>echobase</gitlabProjectName> <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> - <gitflow.versionTagPrefix>agrosyst-</gitflow.versionTagPrefix> + <gitflow.versionTagPrefix>echobase-</gitflow.versionTagPrefix> <!-- libraries version --> @@ -478,15 +478,6 @@ <build> - <extensions> - <!-- Enabling the use of scpexe with maven 3.0 --> - <extension> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-ssh-external</artifactId> - <version>1.0</version> - </extension> - </extensions> - <pluginManagement> <plugins> @@ -658,24 +649,6 @@ </profile> - <!-- do not generate site if no src/site is found for module --> - <profile> - <id>not-site</id> - <activation> - <file> - <missing>src/site</missing> - </file> - </activation> - - - <properties> - <!-- no site generation --> - <maven.site.skip>true</maven.site.skip> - <maven.site.deploy.skip>true</maven.site.deploy.skip> - </properties> - - </profile> - </profiles> </project> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.