migrate from bitbucket to github

This commit is contained in:
Sebastian Sdorra
2020-03-09 08:01:36 +01:00
parent 8d2f117a6b
commit abb6a41946
4 changed files with 10 additions and 10 deletions

14
pom.xml
View File

@@ -14,7 +14,7 @@
</description>
<name>scm</name>
<url>http://bitbucket.org/sdorra/scm-manager</url>
<url>https://github.com/scm-manager/scm-manager</url>
<licenses>
@@ -34,15 +34,15 @@
</developers>
<scm>
<connection>scm:hg:http://bitbucket.org/sdorra/scm-manager</connection>
<developerConnection>scm:hg:https://bitbucket.org/sdorra/scm-manager</developerConnection>
<url>http://bitbucket.org/sdorra/scm-manager</url>
<connection>scm:git:https://github.com/scm-manager/scm-manager</connection>
<developerConnection>scm:git:ssh://github.com/scm-manager/scm-manager</developerConnection>
<url>https://github.com/scm-manager/scm-manager</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>bitbucket</system>
<url>http://bitbucket.org/sdorra/scm-manager/issues</url>
<system>github</system>
<url>https://github.com/scm-manager/scm-manager/issues</url>
</issueManagement>
<mailingLists>
@@ -684,7 +684,7 @@
<!--
fix maven troubleshooting part on
https://bitbucket.org/sdorra/scm-manager/wiki/configure-eclipse
https://github.com/scm-manager/scm-manager/blob/develop/docs/configure-eclipse.md
-->
<plugin>

View File

@@ -11,7 +11,7 @@
<artifactId>scm-git-plugin</artifactId>
<packaging>smp</packaging>
<url>https://bitbucket.org/sdorra/scm-manager</url>
<url>https://github.com/scm-manager/scm-manager</url>
<description>Plugin for the version control system Git</description>
<dependencies>

View File

@@ -11,7 +11,7 @@
<artifactId>scm-hg-plugin</artifactId>
<packaging>smp</packaging>
<url>https://bitbucket.org/sdorra/scm-manager</url>
<url>https://github.com/scm-manager/scm-manager</url>
<description>Plugin for the version control system Mercurial</description>
<dependencies>

View File

@@ -11,7 +11,7 @@
<artifactId>scm-svn-plugin</artifactId>
<packaging>smp</packaging>
<url>https://bitbucket.org/sdorra/scm-manager</url>
<url>https://github.com/scm-manager/scm-manager</url>
<description>Plugin for the version control system Subversion</description>
<dependencies>