Repository: any23 Updated Branches: refs/heads/master 14bf37346 -> 4dcfbbc3c
updated pom.xml with Bill Anderson <developer> information. Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/4dcfbbc3 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/4dcfbbc3 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/4dcfbbc3 Branch: refs/heads/master Commit: 4dcfbbc3c9e1d6ceb2f7e0dc7c486b3829f870b7 Parents: 14bf373 Author: William L. Anderson <[email protected]> Authored: Mon Nov 14 14:26:31 2016 -0600 Committer: William L. Anderson <[email protected]> Committed: Mon Nov 14 14:26:31 2016 -0600 ---------------------------------------------------------------------- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/4dcfbbc3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d6b4cc..044468b 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,15 @@ <developers> <developer> + <id>band</id> + <name>Bill Anderson</name> + <email>band[at]apache[dot]org</email> + <roles> + <role>Committer</role> + <role>PMC Member</role> + </roles> + </developer> + <developer> <id>ansell</id> <name>Peter Ansell</name> <email>ansell[at]apache[dot]org</email>
