Skip to content

Commit a73628d

Browse files
committed
CSV moved to proper
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1299115 13f79535-47bb-0310-9956-ffa450edef68
1 parent a23f4b6 commit a73628d

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

pom.xml

Lines changed: 6 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://commons.apache.org/sandbox/csv/</url>
13+
<url>http://commons.apache.org/proper/csv/</url>
1414

1515
<dependencies>
1616
<dependency>
@@ -45,21 +45,22 @@
4545
</contributors>
4646

4747
<scm>
48-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>
49-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>
50-
<url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>
48+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/csv/trunk</connection>
49+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/csv/trunk</developerConnection>
50+
<url>http://svn.apache.org/repos/asf/commons/proper/csv/trunk</url>
5151
</scm>
5252

5353
<distributionManagement>
5454
<site>
5555
<id>apache.website</id>
5656
<name>Apache Website</name>
57-
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/csv/</url>
57+
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/csv/</url>
5858
</site>
5959
</distributionManagement>
6060

6161
<properties>
6262
<commons.componentid>csv</commons.componentid>
63+
<!-- TODO fix this: -->
6364
<commons.jira.componentid>12311182</commons.jira.componentid>
6465
<maven.compile.source>1.5</maven.compile.source>
6566
<maven.compile.target>1.5</maven.compile.target>

src/site/site.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
22
<project name="Commons CSV">
3+
4+
<bannerRight>
5+
<name>Apache Commons CSV</name>
6+
<src>/images/csv-logo.png</src>
7+
<href>/index.html</href>
8+
<alt>Commons CSV&amp;trade; logo</alt>
9+
</bannerRight>
10+
311
<body>
412

513
<menu name="Commons CSV">

src/site/xdoc/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ limitations under the License.
3838

3939
<section name="Getting the code?">
4040
<p>There are currently no official downloads, and will not be until CSV moves out of the Sandbox, but a nightly build is available from <a href="http://people.apache.org/builds/commons/nightly/commons-csv/">http://people.apache.org/builds/commons/nightly/commons-csv/</a>. </p>
41-
<p>The latest code may be checked out from the following url - <a href="http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/">http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk/</a>. </p>
41+
<p>The latest code may be checked out from the following url - <a href="http://svn.apache.org/repos/asf/commons/proper/csv/trunk/">http://svn.apache.org/repos/asf/commons/proper/csv/trunk/</a>. </p>
4242
</section>
4343

4444
<section name="Bugs?">
45-
<p>Please report any bugs or issues in the Commons Sandbox Jira project at <a href="http://issues.apache.org/jira/browse/SANDBOX">http://issues.apache.org/jira/browse/SANDBOX</a>. Please ask any questions or suggest any ideas for improvement on the commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
45+
<p>Please report any bugs or issues in the Commons Sandbox Jira project at <a href="http://issues.apache.org/jira/browse/CSV">http://issues.apache.org/jira/browse/CSV</a>. Please ask any questions or suggest any ideas for improvement on the commons-dev and commons-user <a href="mail-lists.html">mailing lists</a>. </p>
4646
</section>
4747

4848
<!-- ================================================== -->

0 commit comments

Comments
 (0)