|
29 | 29 | </description> |
30 | 30 | <logo>/images/io-logo-white.png</logo> |
31 | 31 |
|
32 | | - <url>http://jakarta.apache.org/commons/io/</url> |
| 32 | + <url>http://commons.apache.org/io/</url> |
33 | 33 | <package>org.apache.commons.io</package> |
34 | 34 |
|
35 | 35 | <organization> |
36 | 36 | <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> |
39 | 39 | </organization> |
40 | 40 |
|
41 | 41 | <licenses> |
|
46 | 46 | </license> |
47 | 47 | </licenses> |
48 | 48 |
|
49 | | - <gumpRepositoryId>jakarta</gumpRepositoryId> |
| 49 | + <gumpRepositoryId>commons</gumpRepositoryId> |
50 | 50 | <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl> |
51 | 51 | <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> |
54 | 54 |
|
55 | 55 | <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> |
58 | 58 | </repository> |
59 | 59 |
|
60 | 60 | <mailingLists> |
61 | 61 | <mailingList> |
62 | 62 | <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> |
66 | 66 | </mailingList> |
67 | 67 | <mailingList> |
68 | 68 | <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> |
72 | 72 | </mailingList> |
73 | 73 | </mailingLists> |
74 | 74 |
|
|
264 | 264 | </dependencies> |
265 | 265 |
|
266 | 266 | <build> |
267 | | - <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> |
| 267 | + <nagEmailAddress>dev@commons.apache.org</nagEmailAddress> |
268 | 268 | <sourceDirectory>src/java</sourceDirectory> |
269 | 269 | <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
270 | 270 | <!-- Unit test classes --> |
|
0 commit comments