branch develop updated (37e5d3c -> 7532b1d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 37e5d3c fix nuiton-js dependency... new 7532b1d fix poms 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 7532b1dd04983028e074aedd80e651f7390718ba Author: Yannick Martel <martel@©odelutin.com> Date: Tue Nov 18 09:24:30 2014 +0100 fix poms Summary of changes: coselmar-bundle/pom.xml | 14 +++++++++++++- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 18 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 7532b1dd04983028e074aedd80e651f7390718ba Author: Yannick Martel <martel@©odelutin.com> Date: Tue Nov 18 09:24:30 2014 +0100 fix poms --- coselmar-bundle/pom.xml | 14 +++++++++++++- coselmar-persistence/pom.xml | 2 +- coselmar-rest/pom.xml | 2 +- coselmar-ui/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/coselmar-bundle/pom.xml b/coselmar-bundle/pom.xml index 7955ac8..7e9ff46 100644 --- a/coselmar-bundle/pom.xml +++ b/coselmar-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> @@ -37,6 +37,18 @@ <name>Coselmar :: Bundle</name> <description>Coselmar bundle module</description> + <properties> + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + + <!-- attach release files (deploy on redmine) --> + <redmine.releaseFiles> + ${project.build.directory}/${project.build.finalName}.war + </redmine.releaseFiles> + + <deployFiles>target/${project.build.finalName}.war</deployFiles> + </properties> + <dependencies> <!-- internal --> diff --git a/coselmar-persistence/pom.xml b/coselmar-persistence/pom.xml index fd8a8aa..21faa60 100644 --- a/coselmar-persistence/pom.xml +++ b/coselmar-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-rest/pom.xml b/coselmar-rest/pom.xml index 402db18..b58962c 100644 --- a/coselmar-rest/pom.xml +++ b/coselmar-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/coselmar-ui/pom.xml b/coselmar-ui/pom.xml index 1c4f01f..f6a7134 100644 --- a/coselmar-ui/pom.xml +++ b/coselmar-ui/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>fr.ifremer.coselmar</groupId> diff --git a/pom.xml b/pom.xml index d74e758..a11ecaa 100644 --- a/pom.xml +++ b/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>1.5</version> + <version>1.6</version> </parent> <groupId>fr.ifremer</groupId> <artifactId>coselmar</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Coselmar</name> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm