branch develop updated (2ba09a8 -> b5a34e2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git from 2ba09a8 Update site.xml new 0212e82 clean gitignore new b5a34e2 Update gson and project url 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 b5a34e264a7fb5a0e4a8f215d22aa53b0007aeef Author: Eric Chatellier <chatellier@codelutin.com> Date: Fri May 25 15:04:23 2018 +0200 Update gson and project url commit 0212e82fcb67c3db619ba27c179644e54f9c68f5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Apr 26 15:59:34 2018 +0200 clean gitignore Summary of changes: .gitignore | 17 +++-------------- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 17 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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 0212e82fcb67c3db619ba27c179644e54f9c68f5 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Apr 26 15:59:34 2018 +0200 clean gitignore --- .gitignore | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index f83a844..2437ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,8 @@ -.idea -*.ipr -*.iws -*.iml -*.log *~ -/*/*~ -atlassian-ide-plugin.xml -target/* -*/target/* -*/*.ipr -*/*.iws -*/*.iml -*/.idea -/target/ +*.iml +.idea .project .settings .classpath +target jtimer.properties -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm