branch feature/1197-modularisation updated (a2ea31a -> c771fc5)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1197-modularisation in repository lima. See http://git.chorem.org/lima.git from a2ea31a refs #1197 Le module serveur est responsable du lancement du serveur web new c771fc5 refs #1197 renommage du zip du module server The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit c771fc53c8cfebf265921f3aa54f6dd7e4ebb713 Author: dcosse <cosse@codelutin.com> Date: Mon Mar 16 11:42:13 2015 +0100 refs #1197 renommage du zip du module server Summary of changes: lima-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm