This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 61638af91f826108f50836afc735e40d5a7a0313 Author: Eric Chatellier <chatellier@codelutin.com> Date: Tue Feb 23 09:38:35 2016 +0100 Set min jre to 1.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 425bba9..6cd8ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -415,7 +415,7 @@ <jar>jtimer.jar</jar> <errTitle>${project.name}</errTitle> <jre> - <minVersion>1.6.0</minVersion> + <minVersion>1.7.0</minVersion> </jre> </configuration> </execution> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.