Updated source code management tags after moving to the new gitlab server

(cherry picked from commit 8a14116cf2)
This commit is contained in:
Tuna Aksoy
2017-02-22 15:16:44 +00:00
committed by Tom Page
parent 2283c4ca88
commit ab02f88245

16
pom.xml
View File

@@ -21,10 +21,10 @@
</organization>
<scm>
<connection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</connection>
<developerConnection>scm:git:https://gitlab.alfresco.com/records-management/records-management.git</developerConnection>
<url>https://gitlab.alfresco.com/records-management/records-management</url>
<tag>V2.5.0</tag>
<connection>scm:git:https://git.alfresco.com/records-management/records-management.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/records-management/records-management.git</developerConnection>
<url>https://git.alfresco.com/records-management/records-management</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
@@ -97,9 +97,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
<!-- license properties -->
<license.update.dryrun>true</license.update.dryrun>
<license.verbose>false</license.verbose>
<!-- license properties -->
<license.update.dryrun>true</license.update.dryrun>
<license.verbose>false</license.verbose>
</properties>
@@ -313,7 +313,7 @@
</configuration>
</plugin>
<!-- License header generation -->
<!-- License header generation -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>