This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 0f57bc40a33824e6315424aeb2afa0b4fea41e17 Author: jcouteau <couteau@codelutin.com> Date: Wed May 23 15:26:24 2018 +0200 comment tomcat plugin snapshot version --- faxtomail-ui-web/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index a8bfe88c..dd7590e0 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -322,10 +322,10 @@ <!--use 2.3 SNAPSHOT to allow maxPostSize--> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> - <version>2.3-SNAPSHOT</version> + <!--version>2.3-SNAPSHOT</version--> <configuration> <path>/${defaultWebContextPath}</path> - <maxPostSize>0</maxPostSize> + <!--maxPostSize>0</maxPostSize--> <systemProperties> <siteUrl>${defaultSiteUrl}</siteUrl> </systemProperties> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.