This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See https://gitlab.nuiton.org/nuiton/jrst.git commit 48df4c0b40a22a16c41924866344031482c2d77f Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu May 17 15:09:45 2018 +0200 restore java 7 compatibility --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7fb06ab..1ced6e5 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> - <version>3.0</version> + <version>3.0-java6</version> <scope>compile</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.