SCM connection should point to trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1674633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3faabbfc3a
commit
be917c6664
6
pom.xml
6
pom.xml
|
@ -99,9 +99,9 @@ CSV files of various types.
|
|||
</contributors>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.1</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.1</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/commons/proper/csv/tags/CSV_1.1</url>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
|
||||
<url>http://svn.apache.org/viewvc/commons/proper/csv/trunk</url>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
|
Loading…
Reference in New Issue