Updated Branches: refs/heads/master 180e5b483 -> 3b59bc39c
not anymore incubator Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/88d6ea4e Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/88d6ea4e Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/88d6ea4e Branch: refs/heads/master Commit: 88d6ea4eb60c18e1d01145ff7761702b179fa799 Parents: 180e5b4 Author: Olivier Lamy <[email protected]> Authored: Thu Jan 9 08:37:30 2014 +1100 Committer: Olivier Lamy <[email protected]> Committed: Thu Jan 9 08:37:30 2014 +1100 ---------------------------------------------------------------------- pom.xml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/88d6ea4e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ec55554..db78f40 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ under the License. Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. </description> - <url>http://helix.incubator.apache.org</url> + <url>http://helix.apache.org</url> <developers> <developer> <id>olamy</id> @@ -205,9 +205,9 @@ under the License. <mailingLists> <mailingList> <name>Users</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/helix-user/</archive> <otherArchives> <otherArchive>http://helix-user.markmail.org</otherArchive> @@ -215,9 +215,9 @@ under the License. </mailingList> <mailingList> <name>Development</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/helix-dev/</archive> <otherArchives> <otherArchive>http://helix-dev.markmail.org</otherArchive> @@ -225,9 +225,9 @@ under the License. </mailingList> <mailingList> <name>Commits</name> - <post>[email protected]</post> - <subscribe>[email protected]</subscribe> - <unsubscribe>[email protected]</unsubscribe> + <post>[email protected]</post> + <subscribe>[email protected]</subscribe> + <unsubscribe>[email protected]</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/helix-commits/</archive> <otherArchives> <otherArchive>http://helix-comits.markmail.org</otherArchive> @@ -268,10 +268,9 @@ under the License. </pluginRepositories> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-helix.git</developerConnection> - <url>https://git-wip-us.apache.org/repos/asf?p=incubator-helix.git;a=summary</url> - <tag>HEAD</tag> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/helix.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary</url> </scm> <issueManagement> <system>jira</system>
