mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Change SCM URLs in order to switch to SSH authentication with 2FA for Github
(cherry picked from commit 53f26b5793
)
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -15,9 +15,9 @@
|
||||
</organization>
|
||||
|
||||
<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>
|
||||
<connection>scm:git:ssh://git@github.com/Alfresco/governance-services.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/Alfresco/governance-services.git</developerConnection>
|
||||
<url>scm:git:ssh://git@github.com/Alfresco/governance-services.git</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
|
Reference in New Issue
Block a user