RM-7131 Update old gitlab repo links with the new one from github

(cherry picked from commit c3cdd88873)
This commit is contained in:
Claudia Agache
2020-03-24 12:34:57 +02:00
committed by Tom Page
parent 1718a77c9c
commit 0dfab9495e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
Configuring and starting Alfresco/Share:
----------------------------------------
- Clone the project (e.g. git clone git@gitlab.alfresco.com:records-management/records-management.git)
- Clone the project (e.g. git clone git@github.com:Alfresco/governance-services.git)
- Import the project as a maven project

10
pom.xml
View File

@@ -21,11 +21,11 @@
</organization>
<scm>
<connection>scm:git:https://git.alfresco.com/records-management/records-management.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/records-management/records-management.git</developerConnection>
<url>https://git.alfresco.com/records-management/records-management</url>
<tag>HEAD</tag>
</scm>
<connection>scm:git:https://github.com/Alfresco/governance-services.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/governance-services.git</developerConnection>
<url>https://github.com/Alfresco/governance-services</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>