Skip to content

Commit 8279c29

Browse files
committed
TLP move related blanket changes. Please review if possible.
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@561364 13f79535-47bb-0310-9956-ffa450edef68
1 parent 344168b commit 8279c29

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache Jakarta Commons CSV
1+
Apache Commons CSV
22
Copyright 2005-2006 The Apache Software Foundation
33

44
This product includes software developed by

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>commons-csv</artifactId>
1111
<version>1.0-SNAPSHOT</version>
1212
<name>Commons CSV</name>
13-
<url>http://jakarta.apache.org/commons/sandbox/csv/</url>
13+
<url>http://commons.apache.org/sandbox/csv/</url>
1414

1515
<dependencies>
1616
<dependency>
@@ -34,16 +34,16 @@
3434
</contributors>
3535

3636
<scm>
37-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
38-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</developerConnection>
39-
<url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</url>
37+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
38+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>
39+
<url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>
4040
</scm>
4141

4242
<distributionManagement>
4343
<site>
4444
<id>website</id>
4545
<name>Apache Website</name>
46-
<url>scp://people.apache.org/www/jakarta.apache.org/commons/sandbox/csv/</url>
46+
<url>scp://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
4747
</site>
4848
</distributionManagement>
4949

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ maven.compile.target=1.2
2222
maven.xdoc.date=bottom
2323
maven.xdoc.poweredby.image=maven-feather.png
2424
maven.xdoc.version=${pom.currentVersion}
25-
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
25+
maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
2626
maven.xdoc.includeProjectDocumentation=yes
2727
maven.changes.issue.template=%URL%/browse/%ISSUE%
2828

project.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Commons CSV is a component that parses comma separated value files.
2727
</description>
2828
<currentVersion>0.1-SNAPSHOT</currentVersion>
29-
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
29+
<url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
3030
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
3131
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
3232
<siteAddress>people.apache.org</siteAddress>
@@ -37,8 +37,8 @@
3737
</organization>
3838

3939
<repository>
40-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</connection>
41-
<url>http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk</url>
40+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
41+
<url>http://svn.apache.org/viewvc/commons/sandbox/csv/trunk</url>
4242
</repository>
4343

4444
<mailingLists>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<item name="Issue Tracking" href="/issue-tracking.html"/>
1515
<item name="Team" href="/team-list.html"/>
1616
<item name="Source Repository" href="/cvs-usage.html"/>
17-
<item name="Javadoc (latest)" href="http://jakarta.apache.org/commons/sandbox/csv/apidocs/"/>
17+
<item name="Javadoc (latest)" href="http://commons.apache.org/sandbox/csv/apidocs/"/>
1818
</menu>
1919

2020
</body>

src/site/xdoc/cvs-usage.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
<!-- ================================================== -->
2828
<section name="Source repository">
2929
<p>
30-
Jakarta Commons CSV is hosted on the Apache
30+
Apache Commons CSV is hosted on the Apache
3131
<a href="http://subversion.tigris.org/">subversion</a> repository.
3232
</p>
3333
<p>
3434
The project URL is:<br />
35-
<code>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk</code>
35+
<code>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</code>
3636
</p>
3737
<p>
3838
The best way to view the repository is via the
39-
<a href="http://svn.apache.org/viewvc/jakarta/commons/sandbox/csv/trunk/">subversion viewer</a>.
39+
<a href="http://svn.apache.org/viewvc/commons/sandbox/csv/trunk/">subversion viewer</a>.
4040
</p>
4141
<p>
4242
The alternative is to use the
43-
<a href="http://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk/">native subversion</a> display.
43+
<a href="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/">native subversion</a> display.
4444
</p>
4545
<p>
4646
For more information on subversion and creating patches see the

0 commit comments

Comments
 (0)