Repository: curator Updated Branches: refs/heads/master 5deb7ed38 -> 879170804
Fixed up committer order Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/87917080 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/87917080 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/87917080 Branch: refs/heads/master Commit: 879170804c85a1fa23a2417447f1d2d568460465 Parents: 5deb7ed Author: Cam McKenzie <[email protected]> Authored: Mon Jul 7 16:43:20 2014 +1000 Committer: Cam McKenzie <[email protected]> Committed: Mon Jul 7 16:43:20 2014 +1000 ---------------------------------------------------------------------- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/87917080/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c5df875..ab1f7c4 100644 --- a/pom.xml +++ b/pom.xml @@ -207,6 +207,18 @@ </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> + + <developer> <name>Patrick Hunt</name> <email>[email protected]</email> <roles> @@ -245,18 +257,6 @@ <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>
