This is an automated email from the ASF dual-hosted git repository. maheshbandal pushed a commit to branch ranger-2.6 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 94c514e0ebb2111c1f032ad9b3a8bb6d8bb71c08 Author: Mahesh Bandal <[email protected]> AuthorDate: Tue Nov 5 12:57:19 2024 +0530 Added 'Mahesh Bandal' as a committer (cherry picked from commit 592e6d273e5bc58f3aff0aa45d494cccbf43d031) --- docs/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/pom.xml b/docs/pom.xml index c089d6283..265f75294 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -362,6 +362,18 @@ <organization> Cloudera </organization> + </developer> + <developer> + <id>maheshbandal</id> + <name>Mahesh Bandal</name> + <email>[email protected]</email> + <timezone>Asia/Kolkata</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Freestone Infotech + </organization> </developer> <developer> <id>mehul</id>
