mirror of https://github.com/apache/maven.git
fix SCM url
This commit is contained in:
parent
b79d708e6e
commit
86b96bf016
|
@ -42,7 +42,7 @@ under the License.
|
|||
<scm>
|
||||
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
|
||||
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
|
||||
<url>https://github.com/apache/maven/tree/${project.scm.tag}/${project.artifactId}</url>
|
||||
<tag>master</tag>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
|
|
Loading…
Reference in New Issue