This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit b5a34e264a7fb5a0e4a8f215d22aa53b0007aeef Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri May 25 15:04:23 2018 +0200 Update gson and project url --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bacf714..6e9909e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ #%L jTimer %% - Copyright (C) 2007 - 2017 CodeLutin + Copyright (C) 2007 - 2018 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -38,7 +38,7 @@ <description> jTimer - Time tracking tool. </description> - <url>http://jtimer.chorem.org</url> + <url>https://gitlab.nuiton.org/chorem/jtimer</url> <inceptionYear>2007</inceptionYear> <licenses> <license> @@ -195,7 +195,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.2</version> + <version>2.8.5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.