branch develop updated (9697181 -> 4785800)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 9697181 Update libs new 4785800 Use release 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 4785800f3ee72ed504f37fed59e57517a803d17c Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 12:01:01 2020 +0200 Use release Summary of changes: pom.xml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 4785800f3ee72ed504f37fed59e57517a803d17c Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri Jul 31 12:01:01 2020 +0200 Use release --- pom.xml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index dde99b0..4b8b833 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>11.8-SNAPSHOT</version> + <version>11.8</version> </parent> <artifactId>i18n</artifactId> @@ -245,31 +245,13 @@ <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> - <version>4.6</version> + <version>4.8-1</version> </plugin> </plugins> </pluginManagement> <plugins> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>animal-sniffer-maven-plugin</artifactId> - <version>1.16</version> - </plugin> - - <plugin> - <artifactId>maven-enforcer-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.codehaus.mojo</groupId> - <artifactId>extra-enforcer-rules</artifactId> - <version>1.0-beta-7</version> - </dependency> - </dependencies> - </plugin> - <!--For sonar code coverage--> <plugin> <groupId>org.jacoco</groupId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm