Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit be917c6

Browse files
committed
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
1 parent 3faabbf commit be917c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ CSV files of various types.
9999
</contributors>
100100

101101
<scm>
102-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.1</connection>
103-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/tags/CSV_1.1</developerConnection>
104-
<url>http://svn.apache.org/viewvc/commons/proper/csv/tags/CSV_1.1</url>
102+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection>
103+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
104+
<url>http://svn.apache.org/viewvc/commons/proper/csv/trunk</url>
105105
</scm>
106106

107107
<issueManagement>

0 commit comments

Comments
 (0)