From be22544bf365d2586860833408cb743ed30af9a0 Mon Sep 17 00:00:00 2001 From: Louis Jacomet Date: Wed, 3 Feb 2016 11:21:02 +0100 Subject: [PATCH] Issue #42 Fix project and scm URLs Improve .gitignore --- .gitignore | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3c5eead..f536a36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ target/ -.idea/ -ehcache-sizeofengine.iml +/.idea/ +*.iml diff --git a/pom.xml b/pom.xml index fbb3660..e0bd487 100644 --- a/pom.xml +++ b/pom.xml @@ -16,9 +16,9 @@ jar Ehcache SizeOf Engine - + SizeOf engine, extracted from Ehcache - https://github.com/Terracotta-OSS/ehcache-sizeofengine + https://github.com/ehcache/sizeof Terracotta @@ -126,9 +126,9 @@ - https://github.com/Terracotta-OSS/ehcache-sizeofengine - scm:git:git@github.com:Terracotta-OSS/ehcache-sizeofengine.git - scm:git:git@github.com:Terracotta-OSS/ehcache-sizeofengine.git + https://github.com/ehcache/sizeof + scm:git:https://github.com/ehcache/sizeof.git + scm:git:git@github.com:ehcache/sizeof.git