branch release/3.3.9 updated (a89313fa -> 31af2810)
This is an automated email from the git hooks/post-receive script. New change to branch release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from a89313fa release 3.3.9 success [skip ci] adds 1e126c40 Update .gitlab-ci.yml new c22d04b3 Update .gitlab-ci.yml new 0c3eb7e2 Update .gitlab-ci.yml new dd67bc5b Force to allow release new 3d3cf69d Update .gitlab-ci.yml new 8e7418f6 release 3.3.9 success [skip ci] new 31af2810 Merge branch 'release/3.3.9' of gitlab.nuiton.org:chorem/pollen into release/3.3.9 The 6 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 31af2810cb317561f1c8342461543710242b94a6 Merge: 8e7418f6 a89313fa Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 19 12:08:55 2020 +0100 Merge branch 'release/3.3.9' of gitlab.nuiton.org:chorem/pollen into release/3.3.9 commit 8e7418f6218000d410ca7dc596588f8091645ac4 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 19 11:07:25 2020 +0000 release 3.3.9 success [skip ci] commit 3d3cf69d02d8bd1cd258591e0fc0e7338afb5c07 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:58:53 2020 +0100 Update .gitlab-ci.yml commit dd67bc5b3ace9050f6e7f2d2f6b5fca3f78aec42 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:58:33 2020 +0100 Force to allow release commit 0c3eb7e221280c4cd6cf86857da3d3048b32fca3 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:52:54 2020 +0100 Update .gitlab-ci.yml commit c22d04b30300820f4bf3cbc94fb0f9c2f165c3ef Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:49:44 2020 +0100 Update .gitlab-ci.yml Summary of changes: -- 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 release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c22d04b30300820f4bf3cbc94fb0f9c2f165c3ef Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:49:44 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a41d5565..4f35e61c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,7 @@ release: stage: release rules: - if: '$CI_COMMIT_BRANCH =~ "/^release\/.*$/"' - when: manual + when: manual script: - export OLD_DIR=$PWD - export RELEASE=${CI_COMMIT_REF_NAME} -- 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 release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 0c3eb7e221280c4cd6cf86857da3d3048b32fca3 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:52:54 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f35e61c..3b0f22c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ release: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries stage: release rules: - - if: '$CI_COMMIT_BRANCH =~ "/^release\/.*$/"' + - if: '$CI_COMMIT_BRANCH =~ "/^release.*$/"' when: manual script: - export OLD_DIR=$PWD -- 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 release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit dd67bc5b3ace9050f6e7f2d2f6b5fca3f78aec42 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:58:33 2020 +0100 Force to allow release --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b0f22c6..ed8f6ecd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ release: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries stage: release rules: - - if: '$CI_COMMIT_BRANCH =~ "/^release.*$/"' + - if: if: '$CI_PIPELINE_SOURCE != "schedule"' when: manual script: - export OLD_DIR=$PWD -- 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 release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 3d3cf69d02d8bd1cd258591e0fc0e7338afb5c07 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Nov 19 11:58:53 2020 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed8f6ecd..9cb20222 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ release: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries stage: release rules: - - if: if: '$CI_PIPELINE_SOURCE != "schedule"' + - if: '$CI_PIPELINE_SOURCE != "schedule"' when: manual script: - export OLD_DIR=$PWD -- 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 release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 8e7418f6218000d410ca7dc596588f8091645ac4 Author: Maven Release <maven-release@codelutin.com> Date: Thu Nov 19 11:07:25 2020 +0000 release 3.3.9 success [skip ci] --- CHANGELOG | 8 ++++++++ pollen-persistence/pom.xml | 2 +- pollen-rest-api/pom.xml | 2 +- pollen-services/pom.xml | 2 +- pollen-ui-riot-js/package-lock.json | 2 +- pollen-ui-riot-js/package.json | 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-cumulative/pom.xml | 2 +- pollen-votecounting-instant-runoff/pom.xml | 2 +- pollen-votecounting-majority-judgment/pom.xml | 2 +- pollen-votecounting-normal/pom.xml | 2 +- pollen-votecounting-number/pom.xml | 2 +- pom.xml | 2 +- 18 files changed, 25 insertions(+), 17 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c0722f19..eb7d86e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -174,3 +174,11 @@ PROJECT : 13 - Adding choice feature not working - Format incorrect des cases à cocher pour le vote "normal" +PROJECT : 13 +3.3.9 (2020/11/19) + + - Envoi de certains mails impossible + - Vote restreint - impossible de voter authentifié + - Cases à cocher Pollen - impossible + - La liste des participants n'a pas d'ordre déterministe + diff --git a/pollen-persistence/pom.xml b/pollen-persistence/pom.xml index 41a85104..0b71549e 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-rest-api/pom.xml b/pollen-rest-api/pom.xml index ea63bcf3..73ab72a8 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-services/pom.xml b/pollen-services/pom.xml index 2c3d0ea7..602d0ff8 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-ui-riot-js/package-lock.json b/pollen-ui-riot-js/package-lock.json index 86aa4d14..535c9000 100644 --- a/pollen-ui-riot-js/package-lock.json +++ b/pollen-ui-riot-js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Pollen", - "version": "3.3.8", + "version": "3.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 9144f4e5..d16c7bef 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -1,6 +1,6 @@ { "name": "Pollen", - "version": "3.3.8", + "version": "3.3.9", "description": "Pollen UI", "main": "index.html", "repository": { diff --git a/pollen-ui-riot-js/pom.xml b/pollen-ui-riot-js/pom.xml index e4a2719e..521066b8 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-aggregator/pom.xml b/pollen-votecounting-aggregator/pom.xml index c8d2643b..e7e25b16 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-api/pom.xml b/pollen-votecounting-api/pom.xml index ba550b8b..075384b0 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-borda/pom.xml b/pollen-votecounting-borda/pom.xml index 41515344..91178267 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-condorcet/pom.xml b/pollen-votecounting-condorcet/pom.xml index b79c4ee2..4add23f8 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-coombs/pom.xml b/pollen-votecounting-coombs/pom.xml index 20a1715f..18dfe60e 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-cumulative/pom.xml b/pollen-votecounting-cumulative/pom.xml index 52c5c201..ca506455 100644 --- a/pollen-votecounting-cumulative/pom.xml +++ b/pollen-votecounting-cumulative/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-instant-runoff/pom.xml b/pollen-votecounting-instant-runoff/pom.xml index ef94a51d..0f2d9ad8 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-majority-judgment/pom.xml b/pollen-votecounting-majority-judgment/pom.xml index b158bf3f..89c5ec4a 100644 --- a/pollen-votecounting-majority-judgment/pom.xml +++ b/pollen-votecounting-majority-judgment/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-normal/pom.xml b/pollen-votecounting-normal/pom.xml index ec9a1f90..1b7ab1c9 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pollen-votecounting-number/pom.xml b/pollen-votecounting-number/pom.xml index c5d8f116..22f73cb6 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.3.9-SNAPSHOT</version> + <version>3.3.9</version> </parent> <groupId>org.chorem.pollen</groupId> diff --git a/pom.xml b/pom.xml index 4e27d994..0a6ec058 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>3.3.9-SNAPSHOT</version> + <version>3.3.9</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>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/3.3.9 in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 31af2810cb317561f1c8342461543710242b94a6 Merge: 8e7418f6 a89313fa Author: jcouteau <couteau@codelutin.com> Date: Thu Nov 19 12:08:55 2020 +0100 Merge branch 'release/3.3.9' of gitlab.nuiton.org:chorem/pollen into release/3.3.9 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm