[pollen] branch master updated (e5a1179 -> 98e2540)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository pollen. See http://git.chorem.org/pollen.git from e5a1179 Merge branch 'release/2.0-alpha-1' new 98e2540 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 98e254001e7c274c73944f5f5bc6aa2646bfb1a3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 12:38:59 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 master in repository pollen. See http://git.chorem.org/pollen.git commit 98e254001e7c274c73944f5f5bc6aa2646bfb1a3 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 12:38:59 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 c82c90f..b292971 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> + <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 dd8ef54..287254b 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -19,6 +19,11 @@ <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> + + <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