Repository: incubator-twill Updated Branches: refs/heads/asf_master [created] d2d908172
Add hsaputra for Henry Saputra as entry in the master pom, as well as adding for Albert and Poorna. This closes #61 from GitHub. Signed-off-by: hsaputra <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/d2d90817 Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/d2d90817 Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/d2d90817 Branch: refs/heads/asf_master Commit: d2d908172cd7fe3f37ce440a5f7ffc01b43625a6 Parents: a303e3b Author: hsaputra <[email protected]> Authored: Wed Aug 5 12:04:11 2015 -0700 Committer: hsaputra <[email protected]> Committed: Thu Aug 6 16:53:58 2015 -0700 ---------------------------------------------------------------------- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/d2d90817/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7685b58..4daa68d 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ </roles> </developer> <developer> + <id>ashau</id> <name>Albert Shau</name> <email>[email protected]</email> <roles> @@ -121,12 +122,21 @@ </roles> </developer> <developer> + <id>poorna</id> <name>Poorna Chandra</name> <email>[email protected]</email> <roles> <role>Committer</role> </roles> </developer> + <developer> + <id>hsaputra</id> + <name>Henry Saputra</name> + <email>[email protected]</email> + <roles> + <role>Committer</role> + </roles> + </developer> </developers> <modules>
