This is an automated email from the git hooks/post-receive script. New commit to branch release/3.0.0 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c9a24a48a64593f651436ff34dcb87a16f329434 Author: Maven Release <maven-release@codelutin.com> Date: Thu Sep 28 13:14:21 2017 +0000 release 3.0.0 success [skip ci] --- CHANGELOG | 23 +++++++++++++++++++++++ pollen-persistence/pom.xml | 2 +- pollen-rest-api/pom.xml | 2 +- pollen-services/pom.xml | 2 +- pollen-ui-riot-js/pom.xml | 2 +- pollen-votecounting-aggregator/pom.xml | 2 +- pollen-votecounting-api/pom.xml | 2 +- pollen-votecounting-borda/pom.xml | 2 +- pollen-votecounting-condorcet/pom.xml | 2 +- pollen-votecounting-coombs/pom.xml | 2 +- pollen-votecounting-instant-runoff/pom.xml | 2 +- pollen-votecounting-normal/pom.xml | 2 +- pollen-votecounting-number/pom.xml | 2 +- pollen-votecounting-percentage/pom.xml | 2 +- pom.xml | 2 +- 15 files changed, 37 insertions(+), 14 deletions(-) diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 00000000..efdfbff9 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,23 @@ +3.0.0 (2017/14/28) + + - The registration form does not display on mobiles + - Impossible de réouvrir un sondage ou de le cloner + - Github sends the "null" string as email + - Problème en cas d'égalité sur un dépouillement de type Coombs + - Wrong implementation of Condorcet + - Les sauts de ligne ne sont pas affihés dans les descriptions + - Cannot sign in just after logging out + - Number does not work if it is not first choice + - Do not allow a user tom import a voter list if he has no list + - soumission multiple de commentaire + - soumission multiple de choix + - le bascule de langue ne marche pas pour les écran de création de sondage + - Création sondage : vidage d'un choix apres la soumission d'un sondage avec des choix en doublon + - Message d'erreur a l'import d'un fichier de liste de favorie non explicite + - Mauvaise URL sans message + - Creéation sondage, Perte d'info en navigant dans les onglet + - Erreur pseudo trop long dans le commentaire + - Detection de robot en cas de saisie automatique + - Letter avatar avec un seul lettre + - Choix de type resource avec un fichier sans extension + diff --git a/pollen-persistence/pom.xml b/pollen-persistence/pom.xml index d2442a08..a0079b86 100644 --- a/pollen-persistence/pom.xml +++ b/pollen-persistence/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml index 2c78b712..bd3036f0 100644 --- a/pollen-rest-api/pom.xml +++ b/pollen-rest-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index 43ed09cb..e911fade 100644 --- a/pollen-services/pom.xml +++ b/pollen-services/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-ui-riot-js/pom.xml b/pollen-ui-riot-js/pom.xml index 5acb9241..3b6b6320 100644 --- a/pollen-ui-riot-js/pom.xml +++ b/pollen-ui-riot-js/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml index 4e248d51..a96afe85 100644 --- a/pollen-votecounting-aggregator/pom.xml +++ b/pollen-votecounting-aggregator/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml index 9f2e3e41..03b4cf2c 100644 --- a/pollen-votecounting-api/pom.xml +++ b/pollen-votecounting-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-borda/pom.xml b/pollen-votecounting-borda/pom.xml index 6f815545..254e940f 100644 --- a/pollen-votecounting-borda/pom.xml +++ b/pollen-votecounting-borda/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-condorcet/pom.xml b/pollen-votecounting-condorcet/pom.xml index b0fd001d..4a1da031 100644 --- a/pollen-votecounting-condorcet/pom.xml +++ b/pollen-votecounting-condorcet/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-coombs/pom.xml b/pollen-votecounting-coombs/pom.xml index 305da8c6..dd87560d 100644 --- a/pollen-votecounting-coombs/pom.xml +++ b/pollen-votecounting-coombs/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-instant-runoff/pom.xml b/pollen-votecounting-instant-runoff/pom.xml index da20a397..11ab1296 100644 --- a/pollen-votecounting-instant-runoff/pom.xml +++ b/pollen-votecounting-instant-runoff/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-normal/pom.xml b/pollen-votecounting-normal/pom.xml index 68bc849d..ead12653 100644 --- a/pollen-votecounting-normal/pom.xml +++ b/pollen-votecounting-normal/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-number/pom.xml b/pollen-votecounting-number/pom.xml index 3d795223..99c2a076 100644 --- a/pollen-votecounting-number/pom.xml +++ b/pollen-votecounting-number/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-percentage/pom.xml b/pollen-votecounting-percentage/pom.xml index 4f32de4b..f74c51bf 100644 --- a/pollen-votecounting-percentage/pom.xml +++ b/pollen-votecounting-percentage/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pom.xml b/pom.xml index cb1403ed..fcbcc65e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0.0</version> <packaging>pom</packaging> <name>Pollen</name> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.