minor correction to the otherArchive tag otherArchive is child of otherArchives.
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/057a6f50 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/057a6f50 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/057a6f50 Branch: refs/heads/scaleupvm Commit: 057a6f509734644e4c35ba96a8f1def12b7e5486 Parents: 23d301f Author: Prasanna Santhanam <[email protected]> Authored: Sat Mar 23 20:36:04 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sat Mar 23 20:36:04 2013 +0530 ---------------------------------------------------------------------- pom.xml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/057a6f50/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d10f536..ee07bfd 100644 --- a/pom.xml +++ b/pom.xml @@ -103,7 +103,9 @@ <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> + <otherArchives> + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-users</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Apache CloudStack Developer List</name> @@ -111,7 +113,9 @@ <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> + <otherArchives> + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev</otherArchive> + </otherArchives> </mailingList> <mailingList> <name>Apache CloudStack Commits List</name> @@ -119,7 +123,9 @@ <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> + <otherArchives> + <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-commits</otherArchive> + </otherArchives> </mailingList> </mailingLists>
