branch develop updated (664257b -> 92f1e1e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 664257b fix the future (bis) new 92f1e1e Make a bundled war with rest api server inside 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 92f1e1e5342511f4a248851be06038fc00721003 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 4 15:16:34 2017 +0100 Make a bundled war with rest api server inside Summary of changes: pollen-ui-angular/pom.xml | 9 +++++++++ 1 file 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 https://gitlab.nuiton.org/chorem/pollen.git commit 92f1e1e5342511f4a248851be06038fc00721003 Author: Tony CHEMIT <dev@tchemit.fr> Date: Wed Jan 4 15:16:34 2017 +0100 Make a bundled war with rest api server inside --- pollen-ui-angular/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index e70b4ec..f1a2b76 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -36,6 +36,15 @@ <name>Pollen :: UI (Angular) </name> <description>Pollen UI</description> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>pollen-rest-api</artifactId> + <version>${project.version}</version> + <type>war</type> + </dependency> + </dependencies> + <properties> <!-- Post Release configuration --> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm