branch master updated (1067bab -> 039edaf)
This is an automated email from the git hooks/post-receive script. New change to branch master in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 1067bab Merge branch 'release/4.0' adds e7c6e3b Merge branch 'release/4.0' into develop adds f70a800 [gitflow-maven-plugin]Update for next development version adds b8c0868 Update ci only on master [skip ci] adds f81c04f Use rules adds 6fc805d Fix ci adds e812902 Use parent POM 11.9 adds 1a898f0 Upgrade jacoco plugin to 0.8.6 in order to build with Java 15+ adds 43660c7 ClassPathI18nInitializer nécessite un URLClassLoader adds b242da4 Scinde la méthode I18nBundleUtil#getURLs(URL[]) en 2 pour éviter l'usage inutile du tableau adds 4252f47 Ignore certains tests qui ne peuvent fonctionner en l'état adds f061cb4 Update dependencies versions (fix some CVEs) adds 3075a86 Update dependencies to fix CVEs new 20375c7 [gitflow-maven-plugin]Update versions for release new 1596859 maven plugin dependency -> provided new 039edaf Merge branch 'release/4.1' The 3 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 039edaf36cee35a21b6e68fc4f89560316f43427 Merge: 1067bab 1596859 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:16:59 2022 +0200 Merge branch 'release/4.1' commit 15968590cebe3a2fa28b9bb8d13dad3263f130e7 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:14:22 2022 +0200 maven plugin dependency -> provided commit 20375c7f77de64564f16853d35473943c11bd5b6 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:00:22 2022 +0200 [gitflow-maven-plugin]Update versions for release Summary of changes: .gitlab-ci.yml | 28 +++++----- i18n-maven-plugin/pom.xml | 14 +++-- i18n-maven-plugin/src/it/ano-1494/utf-8/pom.xml | 4 +- i18n-maven-plugin/src/it/ano-672/pom.xml | 4 +- i18n-maven-plugin/src/it/evo-1507/pom.xml | 4 +- i18n-maven-plugin/src/it/evo-integrity/src/pom.xml | 4 +- .../i18n/plugin/GenerateI18nEnumHelperMojo.java | 6 +-- .../i18n/plugin/parser/impl/ParserGWTJavaMojo.java | 29 ++-------- .../i18n/plugin/parser/impl/ParserJavaMojo.java | 4 +- .../i18n/plugin/parser/impl/ProcessorHelper.java | 17 +++--- .../plugin/parser/impl/GWTJavaFileParserTest.java | 9 ++-- .../plugin/parser/impl/JavaFileParserTest.java | 24 ++++----- nuiton-i18n/pom.xml | 6 +-- .../src/main/java/org/nuiton/i18n/I18nUtil.java | 61 ---------------------- .../org/nuiton/i18n/bundle/I18nBundleUtil.java | 21 ++++++-- .../nuiton/i18n/init/ClassPathI18nInitializer.java | 15 ++++-- .../src/test/java/org/nuiton/i18n/I18nTest.java | 9 ++++ pom.xml | 44 +++++++++------- 18 files changed, 127 insertions(+), 176 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch master in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 20375c7f77de64564f16853d35473943c11bd5b6 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:00:22 2022 +0200 [gitflow-maven-plugin]Update versions for release --- i18n-maven-plugin/pom.xml | 2 +- nuiton-i18n/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index df8a215..25edabe 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>4.1-SNAPSHOT</version> + <version>4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 7f61560..b657b6d 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>4.1-SNAPSHOT</version> + <version>4.1</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 4c47985..693986a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>4.1-SNAPSHOT</version> + <version>4.1</version> <packaging>pom</packaging> <name>I18n</name> <description>Nuiton i18n tools</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch master in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 15968590cebe3a2fa28b9bb8d13dad3263f130e7 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:14:22 2022 +0200 maven plugin dependency -> provided --- i18n-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n-maven-plugin/pom.xml b/i18n-maven-plugin/pom.xml index 25edabe..0afb798 100644 --- a/i18n-maven-plugin/pom.xml +++ b/i18n-maven-plugin/pom.xml @@ -115,7 +115,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- dependencies to mojo annotations --> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch master in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 039edaf36cee35a21b6e68fc4f89560316f43427 Merge: 1067bab 1596859 Author: Arnaud Thimel <maven-release@goh.codelutin.com> Date: Wed Jun 29 17:16:59 2022 +0200 Merge branch 'release/4.1' .gitlab-ci.yml | 28 +++++----- i18n-maven-plugin/pom.xml | 14 +++-- i18n-maven-plugin/src/it/ano-1494/utf-8/pom.xml | 4 +- i18n-maven-plugin/src/it/ano-672/pom.xml | 4 +- i18n-maven-plugin/src/it/evo-1507/pom.xml | 4 +- i18n-maven-plugin/src/it/evo-integrity/src/pom.xml | 4 +- .../i18n/plugin/GenerateI18nEnumHelperMojo.java | 6 +-- .../i18n/plugin/parser/impl/ParserGWTJavaMojo.java | 29 ++-------- .../i18n/plugin/parser/impl/ParserJavaMojo.java | 4 +- .../i18n/plugin/parser/impl/ProcessorHelper.java | 17 +++--- .../plugin/parser/impl/GWTJavaFileParserTest.java | 9 ++-- .../plugin/parser/impl/JavaFileParserTest.java | 24 ++++----- nuiton-i18n/pom.xml | 6 +-- .../src/main/java/org/nuiton/i18n/I18nUtil.java | 61 ---------------------- .../org/nuiton/i18n/bundle/I18nBundleUtil.java | 21 ++++++-- .../nuiton/i18n/init/ClassPathI18nInitializer.java | 15 ++++-- .../src/test/java/org/nuiton/i18n/I18nTest.java | 9 ++++ pom.xml | 44 +++++++++------- 18 files changed, 127 insertions(+), 176 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm