branch develop updated (f1268a1e -> d1c83819)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from f1268a1e update doc new d1c83819 clean pom 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 d1c838199454a3d6a1dd0beea54b128842015338 Author: jcouteau <couteau@codelutin.com> Date: Thu Feb 27 10:37:20 2020 +0100 clean pom Summary of changes: pom.xml | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm