This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 9cdf9ade1700567d5f811ce84f16a86dc9b749f2 Author: Zixuan Liu <[email protected]> AuthorDate: Mon Feb 17 14:46:45 2025 +0800 [fix][build] Add develops for buildtools (#23992) Signed-off-by: Zixuan Liu <[email protected]> (cherry picked from commit 40b96de0410c19551d1700501e28d8a8c4a63336) --- buildtools/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 247a83ff430..ba375e12bae 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -35,6 +35,13 @@ <packaging>jar</packaging> <name>Pulsar Build Tools</name> + <developers> + <developer> + <organization>Apache Pulsar developers</organization> + <organizationUrl>http://pulsar.apache.org/</organizationUrl> + </developer> + </developers> + <properties> <project.build.outputTimestamp>2025-01-22T11:35:41Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source>
