Change SCM URLs in order to switch to SSH authentication with 2FA for Github

(cherry picked from commit 53f26b5793)
This commit is contained in:
Claudia Agache
2020-04-14 16:53:41 +03:00
committed by Tom Page
parent ac0287bff4
commit 08a6393ed9

View File

@@ -15,9 +15,9 @@
</organization> </organization>
<scm> <scm>
<connection>scm:git:https://github.com/Alfresco/governance-services.git</connection> <connection>scm:git:ssh://git@github.com/Alfresco/governance-services.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/governance-services.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/Alfresco/governance-services.git</developerConnection>
<url>https://github.com/Alfresco/governance-services</url> <url>scm:git:ssh://git@github.com/Alfresco/governance-services.git</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>