This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit be24dede0236d6a199b4e3d10755d348e14997a5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 31 17:30:16 2016 +0200 Fix maven plugin name --- application-web/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-web/pom.xml b/application-web/pom.xml index fa8afb8..b5f0d6f 100644 --- a/application-web/pom.xml +++ b/application-web/pom.xml @@ -214,8 +214,8 @@ </plugin> <plugin> - <groupId>fr.ird.observe</groupId> - <artifactId>check-api-maven-plugin</artifactId> + <groupId>${project.groupId}</groupId> + <artifactId>maven-plugin</artifactId> <version>${project.version}</version> <executions> <execution> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.