This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from eb55261 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new 9bdd930 Utilisation de pom 11-SNAPSHOT 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 9bdd930af4d5dd92eae472e60b52298cf73cd352 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 17 15:52:53 2020 +0100 Utilisation de pom 11-SNAPSHOT Summary of changes: pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 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 develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 9bdd930af4d5dd92eae472e60b52298cf73cd352 Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Jan 17 15:52:53 2020 +0100 Utilisation de pom 11-SNAPSHOT --- pom.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 7432c48..1a79d5f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.5</version> + <version>11-SNAPSHOT</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -223,16 +223,9 @@ <pluginManagement> <plugins> - - <!-- plugin i18n --> - <plugin> - <groupId>org.nuiton.i18n</groupId> - <artifactId>i18n-maven-plugin</artifactId> - <version>${nuitonI18nVersion}</version> - </plugin> - <plugin> <artifactId>maven-site-plugin</artifactId> + <version>${sitePluginVersion}</version> <dependencies> <dependency> <groupId>org.nuiton.jrst</groupId> @@ -249,6 +242,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>i18n-maven-plugin</artifactId> + <version>${nuitonI18nVersion}</version> <configuration> <silent>true</silent> <bundles>fr_FR,en_GB,es_ES</bundles> @@ -265,6 +259,7 @@ <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>${assemblyPluginVersion}</version> <executions> <execution> <id>build-jar-with-dependencies</id> @@ -286,7 +281,6 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.4</version> <executions> <execution> <id>default-prepare-agent</id> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm