Skip to content

Commit e70975a

Browse files
committed
Moving back :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@560658 13f79535-47bb-0310-9956-ffa450edef68
2 parents 71415ef + fa01f1c commit e70975a

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

doap_io.rdf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
limitations under the License.
1717
-->
1818
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:doap="http://usefulinc.com/ns/doap#" xml:lang="en">
19-
<Project rdf:about="http://jakarta.apache.org/commons/io/">
20-
<name>Apache Jakarta Commons IO</name>
21-
<homepage rdf:resource="http://jakarta.apache.org/commons/io/"/>
19+
<Project rdf:about="http://commons.apache.org/io/">
20+
<name>Apache Apache Commons IO</name>
21+
<homepage rdf:resource="http://commons.apache.org/io/"/>
2222
<programming-language>Java</programming-language>
2323
<category rdf:resource="http://projects.apache.org/category/library"/>
2424
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
2525
<bug-database rdf:resource="http://issues.apache.org/jira/browse/IO"/>
2626
<download-page rdf:resource="http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi"/>
27-
<asfext:pmc rdf:resource="http://jakarta.apache.org/"/>
27+
<asfext:pmc rdf:resource="http://commons.apache.org/"/>
2828
<shortdesc xml:lang="en">Commons IO</shortdesc>
2929
<description xml:lang="en">
3030
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
@@ -52,6 +52,6 @@
5252
<version>1.3</version>
5353
</revision>
5454
</release>
55-
<mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#Commons"/>
55+
<mailing-list rdf:resource="http://commons.apache.org/mail-lists.html"/>
5656
</Project>
5757
</rdf:RDF>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
3636
</description>
3737

38-
<url>http://jakarta.apache.org/commons/io/</url>
38+
<url>http://commons.apache.org/io/</url>
3939

4040
<issueManagement>
4141
<system>jira</system>
4242
<url>http://issues.apache.org/jira/browse/IO</url>
4343
</issueManagement>
4444

4545
<scm>
46-
<connection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
47-
<developerConnection>scm:svn:scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</developerConnection>
48-
<url>http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk</url>
46+
<connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
47+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/io/trunk</developerConnection>
48+
<url>http://svn.apache.org/viewvc/commons/proper/io/trunk</url>
4949
</scm>
5050

5151
<developers>

project.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
</description>
3030
<logo>/images/io-logo-white.png</logo>
3131

32-
<url>http://jakarta.apache.org/commons/io/</url>
32+
<url>http://commons.apache.org/io/</url>
3333
<package>org.apache.commons.io</package>
3434

3535
<organization>
3636
<name>The Apache Software Foundation</name>
37-
<url>http://jakarta.apache.org</url>
38-
<logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
37+
<url>http://commons.apache.org/</url>
38+
<logo>http://commons.apache.org/images/logo.png</logo>
3939
</organization>
4040

4141
<licenses>
@@ -46,29 +46,29 @@
4646
</license>
4747
</licenses>
4848

49-
<gumpRepositoryId>jakarta</gumpRepositoryId>
49+
<gumpRepositoryId>commons</gumpRepositoryId>
5050
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
5151
<siteAddress>people.apache.org</siteAddress>
52-
<siteDirectory>/www/jakarta.apache.org/commons/io/</siteDirectory>
53-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/io/</distributionDirectory>
52+
<siteDirectory>/www/commons.apache.org/io/</siteDirectory>
53+
<distributionDirectory>/www/people.apache.org/builds/commons/io/</distributionDirectory>
5454

5555
<repository>
56-
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</connection>
57-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk</url>
56+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/io/trunk</connection>
57+
<url>http://svn.apache.org/repos/asf/commons/proper/io/trunk</url>
5858
</repository>
5959

6060
<mailingLists>
6161
<mailingList>
6262
<name>Commons Dev List</name>
63-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
64-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
65-
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
63+
<subscribe>dev-subscribe@commons.apache.org</subscribe>
64+
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
65+
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
6666
</mailingList>
6767
<mailingList>
6868
<name>Commons User List</name>
69-
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
70-
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
71-
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
69+
<subscribe>user-subscribe@commons.apache.org</subscribe>
70+
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
71+
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
7272
</mailingList>
7373
</mailingLists>
7474

@@ -264,7 +264,7 @@
264264
</dependencies>
265265

266266
<build>
267-
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
267+
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
268268
<sourceDirectory>src/java</sourceDirectory>
269269
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
270270
<!-- Unit test classes -->

0 commit comments

Comments
 (0)