mirror of https://github.com/apache/maven.git
fix SCM URL
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@164511 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54d9e1508d
commit
44e1bed14f
|
@ -35,8 +35,9 @@
|
|||
<siteAddress>minotaur.apache.org</siteAddress>
|
||||
<siteDirectory>/www/maven.apache.org/maven2/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-components</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-components/</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/maven/components/</url>
|
||||
</repository>
|
||||
<!-- copied from ../pom.xml -->
|
||||
<developers>
|
||||
|
|
Loading…
Reference in New Issue