Fixed the pom.xml (Changed connection/devConnection/url from gitlab to github) in order for bamboo to push commits, it`s needed by the release stage.

This commit is contained in:
NESS\P3700654
2017-05-26 14:14:11 +03:00
parent 68602a92e5
commit 571fbcc271

View File

@@ -12,9 +12,9 @@
<description>Alfresco core libraries and utils</description>
<scm>
<connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</connection>
<developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-core.git</developerConnection>
<url>https://gitlab.alfresco.com/platform/alfresco-core</url>
<connection>scm:git:https://github.com/Alfresco/alfresco-core.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/alfresco-core.git</developerConnection>
<url>https://github.com/Alfresco/alfresco-core</url>
<tag>HEAD</tag>
</scm>