You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/12/02 05:24:08 UTC

[pulsar-client-reactive] branch main updated: Add cbornet to developers (#76)

This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git


The following commit(s) were added to refs/heads/main by this push:
     new da4ec56  Add cbornet to developers (#76)
da4ec56 is described below

commit da4ec5618c921284106909399cef2f714c1eae86
Author: Christophe Bornet <cb...@hotmail.com>
AuthorDate: Fri Dec 2 06:24:02 2022 +0100

    Add cbornet to developers (#76)
---
 .../main/groovy/pulsar-client-reactive.library-conventions.gradle    | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/buildSrc/src/main/groovy/pulsar-client-reactive.library-conventions.gradle b/buildSrc/src/main/groovy/pulsar-client-reactive.library-conventions.gradle
index 3046628..9423395 100644
--- a/buildSrc/src/main/groovy/pulsar-client-reactive.library-conventions.gradle
+++ b/buildSrc/src/main/groovy/pulsar-client-reactive.library-conventions.gradle
@@ -73,6 +73,11 @@ publishing {
 						name = 'Lari Hotari'
 						email = 'lhotari@apache.org'
 					}
+					developer {
+						id = 'cbornet'
+						name = 'Christophe Bornet'
+						email = 'cbornet@apache.org'
+					}
 				}
 				scm {
 					connection = 'scm:git:https://github.com/apache/pulsar-client-reactive.git'