branch develop updated (e61f964c -> 48f6bcc6)
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 e61f964c Remplacement du terme 'url' par 'lien' dans les messages utilisateurs (pour plus de user-friendly) new 48f6bcc6 Mise en cohérence de la version JS avec la version Java 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 48f6bcc6b6c79b095f9f8a9a094fa677dca8dcfa Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 2 11:42:45 2018 +0100 Mise en cohérence de la version JS avec la version Java Summary of changes: pollen-ui-riot-js/package.json | 2 +- pollen-ui-riot-js/src/main/web/i18n/en.json | 2 +- pollen-ui-riot-js/src/main/web/i18n/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) -- 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 48f6bcc6b6c79b095f9f8a9a094fa677dca8dcfa Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 2 11:42:45 2018 +0100 Mise en cohérence de la version JS avec la version Java --- pollen-ui-riot-js/package.json | 2 +- pollen-ui-riot-js/src/main/web/i18n/en.json | 2 +- pollen-ui-riot-js/src/main/web/i18n/fr.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 30bdeb36..de44ac51 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -1,6 +1,6 @@ { "name": "Pollen", - "version": "3.1.0", + "version": "3.1.1-SNAPSHOT", "description": "Pollen UI", "main": "index.html", "repository": { diff --git a/pollen-ui-riot-js/src/main/web/i18n/en.json b/pollen-ui-riot-js/src/main/web/i18n/en.json index 2ff2f69e..5f26cd03 100644 --- a/pollen-ui-riot-js/src/main/web/i18n/en.json +++ b/pollen-ui-riot-js/src/main/web/i18n/en.json @@ -220,7 +220,7 @@ "newpassword_placeholder": "Fill your email", "newpassword_error_emailNotFound": "Your email was not found", "newpassword_sent": "A new password was sent", - "footer_doc": "Pollen 3.1", + "footer_doc": "Pollen 3.1.1-SNAPSHOT", "footer_download": "Download", "footer_contact": "Contact us", "footer_participate": "Get involved!", diff --git a/pollen-ui-riot-js/src/main/web/i18n/fr.json b/pollen-ui-riot-js/src/main/web/i18n/fr.json index 9e665ed1..b6fffcce 100644 --- a/pollen-ui-riot-js/src/main/web/i18n/fr.json +++ b/pollen-ui-riot-js/src/main/web/i18n/fr.json @@ -220,7 +220,7 @@ "newpassword_placeholder": "Entrez votre adresse électronique", "newpassword_error_emailNotFound": "L'adresse électronique n'a pas été trouvé", "newpassword_sent": "Un nouveau mot de passe vient d'être envoyé", - "footer_doc": "Pollen 3.1", + "footer_doc": "Pollen 3.1.1-SNAPSHOT", "footer_download": "Télécharger", "footer_contact": "Nous contacter", "footer_participate": "Contribuer au projet", -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm