This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 134da16 [KYUUBI #1019] [BUILD] Remove developers from pom
134da16 is described below
commit 134da16f36b986639151d14b00d29358a813a6b6
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Sep 3 19:15:38 2021 +0800
[KYUUBI #1019] [BUILD] Remove developers from pom
<!--
Thanks for sending a pull request!
Here are some tips for you:
1. If this is your first time, please read our contributor guidelines:
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
2. If the PR is related to an issue in
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
3. If the PR is unfinished, add '[WIP]' in your PR title, e.g.,
'[WIP][KYUUBI #XXXX] Your PR title ...'.
-->
### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
1. If you add a feature, you can talk about the use case of it.
2. If you fix a bug, you can clarify why it is a bug.
-->
> I would recommend not doing this and in particular not not adding
organisation as could be taken as misrepresenting who owns the project. People
must act as individuals in the interest of the project when working on a
project and not the company they are working for.
>
> Kind Regards,
Justin
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #1019 from pan3793/pom.
Closes #1019
11369b7d [Cheng Pan] [BUILD] Remove developers from pom
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
pom.xml | 65 -----------------------------------------------------------------
1 file changed, 65 deletions(-)
diff --git a/pom.xml b/pom.xml
index e7fc0a8..e9d0eed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,71 +54,6 @@
<url>https://github.com/apache/incubator-kyuubi/issues</url>
</issueManagement>
- <developers>
- <developer>
- <id>aajisaka</id>
- <name>Akira Ajisaka</name>
- <email>[email protected]</email>
- <organization>Yahoo</organization>
- <url>https://github.com/aajisaka</url>
- </developer>
- <developer>
- <id>pan3793</id>
- <name>Cheng Pan</name>
- <email>[email protected]</email>
- <url>https://github.com/pan3793</url>
- </developer>
- <developer>
- <id>turbofei</id>
- <name>Fei Wang</name>
- <email>[email protected]</email>
- <organization>eBay</organization>
- <url>https://github.com/turbofei</url>
- </developer>
- <developer>
- <id>jhx1008</id>
- <name>Hongxiang Jiang</name>
- <email>[email protected]</email>
- <organization>NetEase</organization>
- <url>https://github.com/jhx1008</url>
- </developer>
- <developer>
- <id>ningjiang</id>
- <name>Willem Ning Jiang</name>
- <email>[email protected]</email>
- <organization>Huawai</organization>
- <url>https://github.com/ningjiang</url>
- </developer>
- <developer>
- <id>ulysses-you</id>
- <name>Xiduo You</name>
- <email>[email protected]</email>
- <organization>NetEase</organization>
- <url>https://github.com/ulysses-you</url>
- </developer>
- <developer>
- <id>yaooqinn</id>
- <name>Kent Yao</name>
- <email>[email protected]</email>
- <organization>NetEase</organization>
- <url>https://github.com/yaooqinn</url>
- </developer>
- <developer>
- <id>apache9</id>
- <name>Duo Zhang</name>
- <email>[email protected]</email>
- <organization>Xiaomi</organization>
- <url>https://github.com/apache9</url>
- </developer>
- <developer>
- <id>zjffdu</id>
- <name>Jeff Zhang</name>
- <email>[email protected]</email>
- <organization>Alibaba</organization>
- <url>https://github.com/zjffdu</url>
- </developer>
- </developers>
-
<mailingLists>
<mailingList>
<name>Dev Mailing List</name>