Repository: curator Updated Branches: refs/heads/master 2f751df40 -> 5deb7ed38
Added Cam McKenzie to committers list. Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5deb7ed3 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5deb7ed3 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5deb7ed3 Branch: refs/heads/master Commit: 5deb7ed38d5754d936dafc422246d8634abecc57 Parents: 2f751df Author: Cam McKenzie <[email protected]> Authored: Thu Jul 3 11:30:26 2014 +1000 Committer: Cam McKenzie <[email protected]> Committed: Thu Jul 3 11:30:26 2014 +1000 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/5deb7ed3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 812198d..c5df875 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,18 @@ <timezone>-8</timezone> <url>https://people.apache.org/~enis</url> </developer> + + <developer> + <id>cammckenzie</id> + <name>Cameron McKenzie</name> + <email>[email protected]</email> + <timezone>+10</timezone> + <roles> + <role>Committer</role> + <role>PMC Member</role> + </roles> + <url>https://people.apache.org/~cammckenzie</url> + </developer> </developers> <modules>
