branch develop updated (22ca88f -> be19afb)
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 22ca88f [jgitflow-maven-plugin]updating poms for 3.8-SNAPSHOT development new 9d14fc9 ajout plugin maven-enforcer-plugin new be19afb rolback version number The 2 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 be19afbf9c215d1e30b0897811572c087bbfe03c Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 10:41:14 2018 +0200 rolback version number commit 9d14fc9b99ada10de319fc6f812077516c95cc37 Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 10:40:51 2018 +0200 ajout plugin maven-enforcer-plugin Summary of changes: i18n-maven-plugin/pom.xml | 2 +- nuiton-i18n/pom.xml | 2 +- pom.xml | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 3 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 9d14fc9b99ada10de319fc6f812077516c95cc37 Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 10:40:51 2018 +0200 ajout plugin maven-enforcer-plugin --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index c872197..6510037 100644 --- a/pom.xml +++ b/pom.xml @@ -237,12 +237,25 @@ <build> <pluginManagement> + <plugins> <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> <version>4.6</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> + </plugins> </pluginManagement> -- 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 be19afbf9c215d1e30b0897811572c087bbfe03c Author: David Cossé <cosse@codelutin.com> Date: Tue May 15 10:41:14 2018 +0200 rolback version number --- 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 4a99e63..b5dcb00 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>3.8-SNAPSHOT</version> + <version>3.7-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/nuiton-i18n/pom.xml b/nuiton-i18n/pom.xml index 4e07993..906202e 100644 --- a/nuiton-i18n/pom.xml +++ b/nuiton-i18n/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> - <version>3.8-SNAPSHOT</version> + <version>3.7-SNAPSHOT</version> </parent> <groupId>org.nuiton.i18n</groupId> diff --git a/pom.xml b/pom.xml index 6510037..9895f22 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ </parent> <artifactId>i18n</artifactId> - <version>3.8-SNAPSHOT</version> + <version>3.7-SNAPSHOT</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>.
participants (1)
-
nuiton.org scm