From 8810c36f1f92465fa30c20c9e1e4df61566a82e1 Mon Sep 17 00:00:00 2001 From: Marek Parfianowicz Date: Sat, 28 Dec 2019 09:19:55 +0100 Subject: [PATCH] OC-98: changed URLs from Mercurial to Git and a server from Bitbucket to GitHub; changed issue tracker URL to OpenClover's primary tracker on GitHub --- .hgignore => .gitignore | 1 - pom.xml | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) rename .hgignore => .gitignore (75%) diff --git a/.hgignore b/.gitignore similarity index 75% rename from .hgignore rename to .gitignore index 28b02f3..cc0221c 100644 --- a/.hgignore +++ b/.gitignore @@ -1,4 +1,3 @@ -syntax: glob clover-aspectj-compiler.iml .idea target \ No newline at end of file diff --git a/pom.xml b/pom.xml index 73d79df..0ae9ff4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,16 +19,17 @@ - https://bitbucket.org/openclover/clover-aspectj-compiler/issues + GitHub + https://github.com/openclover/clover/issues OpenClover http://openclover.org/ - scm:hg:ssh://hg@bitbucket.org/openclover/clover-aspectj-compiler - scm:hg:ssh://hg@bitbucket.org/openclover/clover-aspectj-compiler - https://bitbucket.org/openclover/clover-aspectj-compiler/src + scm:git:ssh://git@github.com/openclover/clover-aspectj-compiler.git + scm:git:ssh://git@github.com/openclover/clover-aspectj-compiler.git + https://github.com/openclover/clover-aspectj-compiler/src HEAD