Repository: airavata Updated Branches: refs/heads/master d8ef967f2 -> 9564e89a5
inserted name and organization Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/9564e89a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/9564e89a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/9564e89a Branch: refs/heads/master Commit: 9564e89a5765bc7982d7e4fab87a35ae59216977 Parents: d8ef967 Author: msmemon <[email protected]> Authored: Mon May 26 10:50:16 2014 +0200 Committer: msmemon <[email protected]> Committed: Mon May 26 10:50:16 2014 +0200 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/9564e89a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4cd387c..d6117ed 100644 --- a/pom.xml +++ b/pom.xml @@ -332,6 +332,17 @@ <role>committer</role> </roles> </developer> + <developer> + <id>msmemon</id> + <name>Shahbaz Memon</name> + <email>[email protected]</email> + <timezone>+1.0</timezone> + <organization>Forschungszentrum Juelich GmbH</organization> + <organizationUrl>http://www.fz-juelich.de</organizationUrl> + <roles> + <role>committer</role> + </roles> + </developer> </developers> <dependencyManagement>
