mirror of https://github.com/apache/maven.git
change scm view url to GitHub mirror: automatic url of modules does not
work with Apache's GitWeb but is ok with GitHub
This commit is contained in:
parent
07f0fce320
commit
02d1242306
3
pom.xml
3
pom.xml
|
@ -86,8 +86,7 @@
|
|||
<scm>
|
||||
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
||||
<url>https://git-wip-us.apache.org/repos/asf?p=maven.git</url>
|
||||
<tag>HEAD</tag>
|
||||
<url>https://github.com/apache/maven/tree/master</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>jira</system>
|
||||
|
|
Loading…
Reference in New Issue