This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit 907034978f68bac84313510ffed22ded4506770f Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 1 19:03:07 2017 +0100 Mettre aussi à jour les entêtes des pom lors de l'utilisation du profile update-file-header (Fixes #4122) --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 7124328..6608312 100644 --- a/pom.xml +++ b/pom.xml @@ -1354,6 +1354,21 @@ </configuration> <phase>process-resources</phase> </execution> + <execution> + <id>update-pom-header</id> + <goals> + <goal>update-file-header</goal> + </goals> + <configuration> + <roots> + <root>${project.basedir}</root> + </roots> + <includes> + <include>pom.xml</include> + </includes> + </configuration> + <phase>process-resources</phase> + </execution> </executions> </plugin> </plugins> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.