Commit 737546974f2af161049ef2eb94aff0b310096121
1 parent
221d024e98
Exists in
master
Move 'scm' tags to git
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
pom.xml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <version>1.0.4-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>xmlfactory</name> |
10 | - <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, | |
10 | + <description>Alfresco-defined SAXParserFactory and DocumentBuilderFactory implementations, derived from the Xerces versions, | |
11 | 11 | which allow features to be configured on and off at bootstrap</description> |
12 | 12 | <url>http://www.alfresco.com/</url> |
13 | 13 | |
... | ... | @@ -21,9 +21,10 @@ |
21 | 21 | </issueManagement> |
22 | 22 | |
23 | 23 | <scm> |
24 | - <connection>scm:svn:http://svn.alfresco.com/repos/alfresco-open-mirror/modules/xmlfactory</connection> | |
25 | - <developerConnection>scm:svn:https://${user.name}@svn.alfresco.com/repos/alfresco-enterprise/modules/xmlfactory</developerConnection> | |
26 | - <url>http://svn.alfresco.com/repos/alfresco-open-mirror/modules/xmlfactory</url> | |
24 | + <connection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</connection> | |
25 | + <developerConnection>scm:git:https://gitlab.alfresco.com/platform/alfresco-xml-factory.git</developerConnection> | |
26 | + <url>https://gitlab.alfresco.com/platform/alfresco-xml-factory</url> | |
27 | + <tag>HEAD</tag> | |
27 | 28 | </scm> |
28 | 29 | |
29 | 30 | <repositories> |
... | ... | @@ -66,7 +67,7 @@ |
66 | 67 | </dependency> |
67 | 68 | <dependency> |
68 | 69 | <groupId>commons-logging</groupId> |
69 | - <artifactId>commons-logging</artifactId> | |
70 | + <artifactId>commons-logging</artifactId> | |
70 | 71 | <version>1.1.1</version> |
71 | 72 | <scope>provided</scope> |
72 | 73 | </dependency> | ... | ... |