Updated Branches: refs/heads/1.5.x 9d0a03fb8 -> 385a6af5e
JCLOUDS-66. Update Maven project metadata for ASF. Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/385a6af5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/385a6af5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/385a6af5 Branch: refs/heads/1.5.x Commit: 385a6af5ed7ca026b23923f1c34c672e28e60c85 Parents: 9d0a03f Author: Andrew Bayer <[email protected]> Authored: Thu May 23 12:51:38 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Thu May 23 12:51:38 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 146 +++++++++++++++++++++++++++----------------------- 1 files changed, 79 insertions(+), 67 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/385a6af5/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index 5eb4bd4..51fd014 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -28,9 +28,9 @@ <artifactId>jclouds-project</artifactId> <version>1.5.11-SNAPSHOT</version> <packaging>pom</packaging> - <name>jclouds Project</name> - <url>http://www.jclouds.org</url> - <description>jclouds: Concurrent API for Cloud Services</description> + <name>Apache jclouds (incubating) Project</name> + <url>http://jclouds.incubator.apache.org/</url> + <description>Apache jclouds (incubating): Concurrent API for Cloud Services</description> <inceptionYear>2009</inceptionYear> <licenses> @@ -41,40 +41,49 @@ </license> </licenses> - <organization> - <name>jclouds</name> - <url>http://www.jclouds.org/</url> - </organization> <issueManagement> - <system>Google Code</system> - <url>http://code.google.com/p/jclouds/issues</url> + <system>JIRA</system> + <url>https://issues.apache.org/jira/browse/JCLOUDS</url> </issueManagement> + <mailingLists> <mailingList> - <name>Contributors</name> - <subscribe>http://groups.google.com/group/jclouds-contributors</subscribe> - <unsubscribe>http://groups.google.com/group/jclouds-contributors</unsubscribe> - <post>[email protected]</post> - <archive>http://groups.google.com/group/jclouds-contributors</archive> + <name>User List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/jclouds-user/</archive> + </mailingList> + <mailingList> + <name>Developer List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <archive>http://mail-archives.apache.org/mod_mbox/jclouds-dev/</archive> + </mailingList> + <mailingList> + <name>Commits List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jclouds-commits/</archive> </mailingList> <mailingList> - <name>Repository Commits</name> - <subscribe>http://groups.google.com/group/jclouds-commits</subscribe> - <unsubscribe>http://groups.google.com/group/jclouds-commits</unsubscribe> - <post>[email protected]</post> - <archive>http://groups.google.com/group/jclouds-commits</archive> + <name>Issues List</name> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/jclouds-issues/</archive> </mailingList> </mailingLists> <scm> - <connection>scm:git:git://github.com/jclouds/jclouds.git</connection> - <developerConnection>scm:git:ssh://[email protected]/jclouds/jclouds.git</developerConnection> - <url>http://github.com/jclouds/jclouds</url> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-jclouds.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds.git</url> <tag>HEAD</tag> </scm> - + <repositories> <repository> <id>apache-snapshots</id> @@ -86,16 +95,6 @@ <enabled>true</enabled> </snapshots> </repository> - <repository> - <id>sonatype-nexus-snapshots</id> - <url>https://oss.sonatype.org/content/repositories/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> </repositories> <pluginRepositories> <pluginRepository> @@ -120,69 +119,82 @@ <developers> <developer> <name>Adrian Cole</name> - <id>ferncam1</id> + <id>adriancole</id> <email>adrian -at- jclouds -dot- org</email> <organization>jclouds</organization> <roles> - <role>Java Developer</role> - <role>PMC</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <url>http://www.jclouds.org</url> + <url>http://jclouds.incubator.apache.org</url> <timezone>-8</timezone> </developer> <developer> - <name>Hugo Duncan</name> - <id>hugoduncan</id> - <email>tabcdef -at- hugoduncan -dot- org</email> + <name>Andrew Bayer</name> + <id>abayer</id> + <email>abayer -at- apache -dot- org</email> <roles> - <role>Clojure Developer</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>-8</timezone> </developer> <developer> - <name>Phil Hagelberg</name> - <id>technomancy</id> - <email>phil -at- technomancy -dot- us</email> + <name>Andrew Gaul</name> + <id>gaul</id> <roles> - <role>Clojure Developer</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>-8</timezone> </developer> <developer> - <name>Ivan Meredith</name> - <id>barefootnz</id> - <email>ivan -at- ivan -dot- net -dot- nz</email> + <name>Andrew Phillips</name> + <id>andrewp</id> + <email>aphillips -at- qrmedia -dot- com</email> <roles> - <role>Java Developer</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>+13</timezone> + <timezone>+1</timezone> </developer> <developer> - <name>Andrew Phillips</name> - <id>demobox</id> - <email>aphillips -at- qrmedia -dot- com</email> + <name>Becca Woods</name> + <id>silkysun</id> <roles> - <role>Apprentice</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>+1</timezone> </developer> <developer> - <name>Alex Yarmuda</name> - <id>alexstaytuned</id> - <email>oleksiy -dot- yarmula -at- gmail -dot- com</email> + <name>Everett Toews</name> + <id>everett</id> <roles> - <role>Java Developer</role> + <role>Committer</role> + <role>PPMC Member</role> + </roles> + </developer> + <developer> + <name>Ignasi Barrera</name> + <id>nacx</id> + <roles> + <role>Committer</role> + <role>PPMC Member</role> + </roles> + </developer> + <developer> + <name>Ioannis Canellos</name> + <id>iocanel</id> + <roles> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>-8</timezone> </developer> <developer> - <name>Chas Emerick</name> - <id>cemerick</id> - <email>cemerick -at- snowtide -dot- com</email> + <name>Matt Stephenson</name> + <id>mattstep</id> <roles> - <role>Clojure Developer</role> + <role>Committer</role> + <role>PPMC Member</role> </roles> - <timezone>-5</timezone> </developer> </developers>
