Repository: nutch Updated Branches: refs/heads/master 34050adae -> 6b141fb10
Update mvn.template to add Thamme Gowda as developer Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/2b4991a9 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/2b4991a9 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/2b4991a9 Branch: refs/heads/master Commit: 2b4991a9c87888fd598257d8139af0679b4f2f82 Parents: beb48a8 Author: Thamme Gowda <[email protected]> Authored: Fri Jul 1 10:51:13 2016 -0700 Committer: Thamme Gowda <[email protected]> Committed: Fri Jul 1 10:51:13 2016 -0700 ---------------------------------------------------------------------- ivy/mvn.template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/2b4991a9/ivy/mvn.template ---------------------------------------------------------------------- diff --git a/ivy/mvn.template b/ivy/mvn.template index 3bda967..68813fc 100644 --- a/ivy/mvn.template +++ b/ivy/mvn.template @@ -1,4 +1,4 @@ -<?xml version="1.0"?> + <?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with @@ -94,6 +94,11 @@ <name>Sebastian Nagel</name> <email>[email protected]</email> </developer> + <developer> + <id>thammegowda</id> + <name>Thamme Gowda</name> + <email>[email protected]</email> + </developer> </developers> <build>
