branch develop updated (20dd7c9 -> e362fc0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See https://gitlab.nuiton.org/codelutin/coselmar.git from 20dd7c9 add gitlab-ci conf new e362fc0 upgrade parent pom, change README.txt to markdown 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 e362fc09ac3540ee97900d846a444e8f87fcf49f Author: Yannick Martel <martel@©odelutin.com> Date: Tue Apr 9 12:29:09 2019 +0200 upgrade parent pom, change README.txt to markdown Summary of changes: README.md | 4 ++++ coselmar-bundle/README.md | 5 +++++ coselmar-bundle/README.txt | 0 coselmar-persistence/README.md | 5 +++++ coselmar-persistence/README.txt | 0 coselmar-rest/README.md | 4 ++++ coselmar-rest/README.txt | 0 coselmar-ui/README.md | 5 +++++ coselmar-ui/README.txt | 0 pom.xml | 11 +++-------- 10 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 README.md create mode 100644 coselmar-bundle/README.md delete mode 100644 coselmar-bundle/README.txt create mode 100644 coselmar-persistence/README.md delete mode 100644 coselmar-persistence/README.txt create mode 100644 coselmar-rest/README.md delete mode 100644 coselmar-rest/README.txt create mode 100644 coselmar-ui/README.md delete mode 100644 coselmar-ui/README.txt -- 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 https://gitlab.nuiton.org/codelutin/coselmar.git commit e362fc09ac3540ee97900d846a444e8f87fcf49f Author: Yannick Martel <martel@©odelutin.com> Date: Tue Apr 9 12:29:09 2019 +0200 upgrade parent pom, change README.txt to markdown --- README.md | 4 ++++ coselmar-bundle/README.md | 5 +++++ coselmar-bundle/README.txt | 0 coselmar-persistence/README.md | 5 +++++ coselmar-persistence/README.txt | 0 coselmar-rest/README.md | 4 ++++ coselmar-rest/README.txt | 0 coselmar-ui/README.md | 5 +++++ coselmar-ui/README.txt | 0 pom.xml | 11 +++-------- 10 files changed, 26 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md new file mode 100644 index 0000000..71bdbe1 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Coselmar + +Coselmar est une plateforme destinée à rassembler un ensemble de +connaissances scientifiques, et de permettre des regroupements entre elles. \ No newline at end of file diff --git a/coselmar-bundle/README.md b/coselmar-bundle/README.md new file mode 100644 index 0000000..55c7814 --- /dev/null +++ b/coselmar-bundle/README.md @@ -0,0 +1,5 @@ +# Bundle + +Ce module permet de regrouper dans un seul livrable les productions des modules: +* coselmar-rest +* coselmar-ui \ No newline at end of file diff --git a/coselmar-bundle/README.txt b/coselmar-bundle/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coselmar-persistence/README.md b/coselmar-persistence/README.md new file mode 100644 index 0000000..60c16f1 --- /dev/null +++ b/coselmar-persistence/README.md @@ -0,0 +1,5 @@ +# coselmar-persistence + +Toute la logique de persistence est réalisée dans ce module. Elle +s'appuie sur la librairie **Topia** pour générer les entités depuis le +modèle UML sous le fichier `src/main/xmi/coselmar-model.zargo` . diff --git a/coselmar-persistence/README.txt b/coselmar-persistence/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coselmar-rest/README.md b/coselmar-rest/README.md new file mode 100644 index 0000000..fe9177b --- /dev/null +++ b/coselmar-rest/README.md @@ -0,0 +1,4 @@ +# coselmar-rest + +Ce module représente la logique métier et expose ses services en REST +via le framework `webmotion`. \ No newline at end of file diff --git a/coselmar-rest/README.txt b/coselmar-rest/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coselmar-ui/README.md b/coselmar-ui/README.md new file mode 100644 index 0000000..5c5b9da --- /dev/null +++ b/coselmar-ui/README.md @@ -0,0 +1,5 @@ +# coselmar-ui + +Constitution de l'interface HML/JS, construire via `webjars` pour la +produire comme un projet Java. +Le front est réalisé en Angular 1.4. \ No newline at end of file diff --git a/coselmar-ui/README.txt b/coselmar-ui/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/pom.xml b/pom.xml index e0268f6..346b73b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>6</version> + <version>10.5</version> </parent> <groupId>fr.ifremer</groupId> @@ -81,16 +81,11 @@ <tag>HEAD</tag> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <projectId>coselmar</projectId> + <ciViewId>colsemar</ciViewId> + <platform>codelutin.com</platform> <!-- Java version --> <javaVersion>1.7</javaVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm