From abb6a41946710915113c5cd84af2e78cd8d67439 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 9 Mar 2020 08:01:36 +0100 Subject: [PATCH] migrate from bitbucket to github --- pom.xml | 14 +++++++------- scm-plugins/scm-git-plugin/pom.xml | 2 +- scm-plugins/scm-hg-plugin/pom.xml | 2 +- scm-plugins/scm-svn-plugin/pom.xml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 39f604ca3c..a6a28ca542 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ scm - http://bitbucket.org/sdorra/scm-manager + https://github.com/scm-manager/scm-manager @@ -34,15 +34,15 @@ - scm:hg:http://bitbucket.org/sdorra/scm-manager - scm:hg:https://bitbucket.org/sdorra/scm-manager - http://bitbucket.org/sdorra/scm-manager + scm:git:https://github.com/scm-manager/scm-manager + scm:git:ssh://github.com/scm-manager/scm-manager + https://github.com/scm-manager/scm-manager HEAD - bitbucket - http://bitbucket.org/sdorra/scm-manager/issues + github + https://github.com/scm-manager/scm-manager/issues @@ -684,7 +684,7 @@ diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index 0cace5e94d..8585e85e52 100644 --- a/scm-plugins/scm-git-plugin/pom.xml +++ b/scm-plugins/scm-git-plugin/pom.xml @@ -11,7 +11,7 @@ scm-git-plugin smp - https://bitbucket.org/sdorra/scm-manager + https://github.com/scm-manager/scm-manager Plugin for the version control system Git diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index c89d7a085d..b9cb25d1d2 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -11,7 +11,7 @@ scm-hg-plugin smp - https://bitbucket.org/sdorra/scm-manager + https://github.com/scm-manager/scm-manager Plugin for the version control system Mercurial diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index 8ed7a7bef4..f805e940ee 100644 --- a/scm-plugins/scm-svn-plugin/pom.xml +++ b/scm-plugins/scm-svn-plugin/pom.xml @@ -11,7 +11,7 @@ scm-svn-plugin smp - https://bitbucket.org/sdorra/scm-manager + https://github.com/scm-manager/scm-manager Plugin for the version control system Subversion