Apache CloudStack has graduated. Fixing the links in the pom.xml
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/23d301ff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/23d301ff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/23d301ff Branch: refs/heads/ui-multiple-pod-ranges Commit: 23d301ffd81fbfeba93ad22a18f979ce60f03e77 Parents: 8ecdbd8 Author: Prasanna Santhanam <[email protected]> Authored: Sat Mar 23 20:26:48 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sat Mar 23 20:26:48 2013 +0530 ---------------------------------------------------------------------- pom.xml | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/23d301ff/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1faafb2..d10f536 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ <description>Apache CloudStack is an IaaS (âInfrastracture as a Serviceâ) cloud orchestration platform.</description> <url>http://www.cloudstack.org</url> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git</developerConnection> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cloudstack.git</developerConnection> </scm> <issueManagement> <system>jira</system> @@ -99,40 +99,43 @@ <mailingLists> <mailingList> <name>Apache CloudStack User List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-users</archive> + <otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</otherArchives> </mailingList> <mailingList> <name>Apache CloudStack Developer List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-dev</archive> + <otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</otherArchives> </mailingList> <mailingList> <name>Apache CloudStack Commits List</name> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> - <post>[email protected]</post> - <archive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</archive> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/cloudstack-commits</archive> + <otherArchives>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</otherArchives> </mailingList> </mailingLists> <developers> <developer> <name>The Apache CloudStack Team</name> - <email>[email protected]</email> - <url>http://incubator.apache.org/projects/cloudstack.html</url> + <email>[email protected]</email> + <url>http://cloudstack.apache.org/</url> <organization>Apache Software Foundation</organization> <organizationUrl>http://apache.org/</organizationUrl> </developer> </developers> <ciManagement> - <system>Jenkin</system> - <url>http://jenkins.cloudstack.org/</url> + <system>Jenkins</system> + <url>http://builds.apache.org/</url> </ciManagement> <licenses>
