Repository: incubator-atlas Updated Branches: refs/heads/master ed2632c87 -> cd342783a
Add jnhagelberg as committer in pom.xml Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/cd342783 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/cd342783 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/cd342783 Branch: refs/heads/master Commit: cd342783a65b56040a77f615c94a0f443a8c1d40 Parents: ed2632c Author: Jeff Hagelberg <[email protected]> Authored: Wed Nov 9 10:22:20 2016 -0500 Committer: Jeff Hagelberg <[email protected]> Committed: Wed Nov 9 10:22:20 2016 -0500 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/cd342783/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 29e5a3b..1b3975f 100644 --- a/pom.xml +++ b/pom.xml @@ -412,6 +412,17 @@ </roles> <organization></organization> </developer> + <developer> + <id>jnhagelberg</id> + <name>Jeffrey Hagelberg</name> + <email>[email protected]</email> + <timezone>America/New_York</timezone> + <roles> + <role>committer</role> + </roles> + <organization>IBM Corporation</organization> + <!--<organizationUrl>http://www.ibm.com</organizationUrl>--> + </developer> </developers> <properties>
