This is an automated email from the git hooks/post-receive script. New commit to branch feature/1197-modularisation in repository lima. See http://git.chorem.org/lima.git commit c771fc53c8cfebf265921f3aa54f6dd7e4ebb713 Author: dcosse <cosse@codelutin.com> Date: Mon Mar 16 11:42:13 2015 +0100 refs #1197 renommage du zip du module server --- lima-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-server/pom.xml b/lima-server/pom.xml index cbbab27..37c1256 100644 --- a/lima-server/pom.xml +++ b/lima-server/pom.xml @@ -408,7 +408,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> - <finalName>lima-${project.version}</finalName> + <finalName>lima-server-${project.version}</finalName> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> </descriptors> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.