|
28 | 28 | </description> |
29 | 29 | <logo>/images/logo.png</logo> |
30 | 30 |
|
31 | | - <url>http://jakarta.apache.org/commons/cli/</url> |
| 31 | + <url>http://commons.apache.org/cli/</url> |
32 | 32 | <package>org.apache.commons</package> |
33 | 33 |
|
34 | 34 | <organization> |
35 | 35 | <name>Apache Software Foundation</name> |
36 | | - <url>http://www.apache.org</url> |
37 | | - <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo> |
| 36 | + <url>http://commons.apache.org/</url> |
| 37 | + <logo>http://commons.apache.org/images/logo.png</logo> |
38 | 38 | </organization> |
39 | 39 |
|
40 | 40 | <licenses> |
|
45 | 45 | </license> |
46 | 46 | </licenses> |
47 | 47 |
|
48 | | - <gumpRepositoryId>jakarta</gumpRepositoryId> |
| 48 | + <gumpRepositoryId>commons</gumpRepositoryId> |
49 | 49 | <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl> |
50 | 50 | <siteAddress>people.apache.org</siteAddress> |
51 | | - <siteDirectory>/www/jakarta.apache.org/commons/cli/</siteDirectory> |
52 | | - <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory> |
| 51 | + <siteDirectory>/www/commons.apache.org/cli/</siteDirectory> |
| 52 | + <distributionDirectory>/www/people.apache.org/builds/commons/cli/</distributionDirectory> |
53 | 53 |
|
54 | 54 | <repository> |
55 | | - <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection> |
56 | | - <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url> |
| 55 | + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/trunk</connection> |
| 56 | + <url>http://svn.apache.org/repos/asf/commons/proper/cli/trunk</url> |
57 | 57 | </repository> |
58 | 58 |
|
59 | 59 | <mailingLists> |
60 | 60 | <mailingList> |
61 | 61 | <name>Commons Dev List</name> |
62 | | - <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> |
63 | | - <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> |
64 | | - <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> |
| 62 | + <subscribe>dev-subscribe@commons.apache.org</subscribe> |
| 63 | + <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe> |
| 64 | + <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive> |
65 | 65 | </mailingList> |
66 | 66 | <mailingList> |
67 | 67 | <name>Commons User List</name> |
68 | | - <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> |
69 | | - <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> |
70 | | - <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> |
| 68 | + <subscribe>user-subscribe@commons.apache.org</subscribe> |
| 69 | + <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe> |
| 70 | + <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive> |
71 | 71 | </mailingList> |
72 | 72 | </mailingLists> |
73 | 73 |
|
|
175 | 175 | </dependencies> |
176 | 176 |
|
177 | 177 | <build> |
178 | | - <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> |
| 178 | + <nagEmailAddress>dev@commons.apache.org</nagEmailAddress> |
179 | 179 | <sourceDirectory>src/java</sourceDirectory> |
180 | 180 | <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
181 | 181 | <integrationUnitTestSourceDirectory/> |
|
0 commit comments