[pollen] branch develop updated (3ece749 -> 216c9e7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 3ece749 Merge remote-tracking branch 'origin/develop' into develop new 216c9e7 add release files to redmine 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 216c9e7917a75054c39cebaef11725a271a61228 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 12:44:27 2014 +0200 add release files to redmine Summary of changes: pollen-rest-api/pom.xml | 4 ++++ pollen-ui-angular/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) -- 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 develop in repository pollen. See http://git.chorem.org/pollen.git commit 216c9e7917a75054c39cebaef11725a271a61228 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 12:44:27 2014 +0200 add release files to redmine --- pollen-rest-api/pom.xml | 4 ++++ pollen-ui-angular/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml index 46536a6..1bb11c5 100644 --- a/pollen-rest-api/pom.xml +++ b/pollen-rest-api/pom.xml @@ -24,6 +24,10 @@ <defaultLogDir>${basedir}/target</defaultLogDir> <defaultDbDir>${basedir}/target</defaultDbDir> + <!-- attach release files (deploy on redmine) --> + <redmine.releaseFiles> + ${project.build.directory}/${project.build.finalName}.war + </redmine.releaseFiles> </properties> <dependencies> diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index fadb0de..452bab5 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -19,6 +19,11 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + + <!-- attach release files (deploy on redmine) --> + <redmine.releaseFiles> + ${project.build.directory}/${project.build.finalName}.war + </redmine.releaseFiles> </properties> <build> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm