Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 86a0c3cad -> 685016a8b
Add acoburn to developer list Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/685016a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/685016a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/685016a8 Branch: refs/heads/master Commit: 685016a8b99adeca0a1ff295eea08a78c5c80474 Parents: 86a0c3c Author: Aaron Coburn <[email protected]> Authored: Sat Dec 8 16:10:22 2018 -0500 Committer: Aaron Coburn <[email protected]> Committed: Sat Dec 8 16:10:24 2018 -0500 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/685016a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 08355c3..977f3fc 100644 --- a/pom.xml +++ b/pom.xml @@ -208,6 +208,16 @@ under the License. <email>pottlinger at apache.org</email> <timezone>+1</timezone> </developer> + + <developer> + <id>acoburn</id> + <name>Aaron Coburn</name> + <email>acoburn AT apache.org</email> + <roles> + <role>Committer</role> + </roles> + <timezone>-5</timezone> + </developer> </developers> <modules>
