This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit ec3302e5df6d5a94959970582883ae0d17b28d75 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Feb 22 17:13:31 2016 +0100 Utilisation d'un readme.md plutôt que readme.txt (Fixes #3884) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 664f033..27fbd18 100644 --- a/pom.xml +++ b/pom.xml @@ -386,7 +386,7 @@ <skipPostRelease>true</skipPostRelease> <!-- Default README file, which is required via m-enforcer-p --> - <readmeFile>README.txt</readmeFile> + <readmeFile>README.md</readmeFile> <!--par defaut on ne déploie rien--> <maven.deploy.skip>true</maven.deploy.skip> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.