This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new b796a12 PARQUET-2482: Remove `<developers>` from the POM (#247)
b796a12 is described below
commit b796a1205a1a59c76ffd96a0bd1dc66505217c70
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jul 8 09:02:38 2024 +0200
PARQUET-2482: Remove `<developers>` from the POM (#247)
---
pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 64bc642..fc77f11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,17 +71,6 @@
</mailingList>
</mailingLists>
- <developers>
- <developer>
- <name>Julien Le Dem</name>
- <email>[email protected]</email>
- </developer>
- <developer>
- <name>Nong Li</name>
- <email>[email protected]</email>
- </developer>
- </developers>
-
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>