SEARCH-2041: Move project from Git to GitHub

Change Maven Git protocol from https to ssh
This commit is contained in:
Angel Borroy
2020-06-25 13:18:53 +02:00
parent 5f41a04cae
commit 0c17b81d6f
+3 -3
View File
@@ -21,9 +21,9 @@
</snapshotRepository>
</distributionManagement>
<scm>
<connection>scm:git:https://github.com/Alfresco/InsightEngine.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/InsightEngine.git</developerConnection>
<url>https://github.com/Alfresco/InsightEngine.git</url>
<connection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</developerConnection>
<url>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</url>
<tag>HEAD</tag>
</scm>
<properties>