This is an automated email from the git hooks/post-receive script. New commit to branch support/3.13.x in repository tutti. See http://git.codelutin.com/tutti.git commit d367c6e869678760b6fb0fed92846dd16b4d253a Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 12 07:25:44 2015 +0000 do not deliver latest update file --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pom.xml b/pom.xml index 4f2140e..5c2220e 100644 --- a/pom.xml +++ b/pom.xml @@ -836,24 +836,6 @@ <artifactId>wagon-maven-plugin</artifactId> <executions> <execution> - <id>deploy tutti-application.properties</id> - <phase>deploy</phase> - <inherited>false</inherited> - <goals> - <goal>upload-single</goal> - </goals> - <configuration> - <serverId>doc.codelutin.com</serverId> - <fromFile> - ${project.build.directory}/update/tutti-application.properties - </fromFile> - <toFile>tutti-application-latest.properties</toFile> - <url> - scpexe://forge.codelutin.com/var/www/ApplicationUpdate/http/tutti - </url> - </configuration> - </execution> - <execution> <id>deploy tutti-application-${project.version}.properties</id> <phase>deploy</phase> <inherited>false</inherited> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.