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:
Hervé Boutemy 2013-09-07 16:40:56 +02:00
parent 07f0fce320
commit 02d1242306
1 changed files with 1 additions and 2 deletions

View File

@ -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>