This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See http://git.nuiton.org/pom.git commit 2728940c1709fa613385c90d93dce97e513c6fc5 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Mar 3 08:09:08 2016 +0100 Add dependency level enforcer (Fixes #3905) --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index c7df8f4..d33dd2e 100644 --- a/pom.xml +++ b/pom.xml @@ -1149,6 +1149,20 @@ <fail>true</fail> </configuration> </execution> + <execution> + <id>enforce-bytecode-version</id> + <goals> + <goal>enforce</goal> + </goals> + <configuration> + <rules> + <enforceBytecodeVersion> + <maxJdkVersion>${javaVersion}</maxJdkVersion> + </enforceBytecodeVersion> + </rules> + <fail>true</fail> + </configuration> + </execution> </executions> </plugin> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.