Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 56adb6d8e -> 76bccc214
Add acoburn to developer list Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/76bccc21 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/76bccc21 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/76bccc21 Branch: refs/heads/master Commit: 76bccc214e17456107db2bca85329e0f03d7284e Parents: 56adb6d Author: Aaron Coburn <[email protected]> Authored: Sat Dec 8 16:13:30 2018 -0500 Committer: Aaron Coburn <[email protected]> Committed: Sat Dec 8 16:13:30 2018 -0500 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/76bccc21/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 715ca1d..37b2b58 100644 --- a/pom.xml +++ b/pom.xml @@ -189,6 +189,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> <dependencyManagement>
