mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user