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/09/09 20:58:07 UTC

[pulsar-client-reactive] 01/02: Use org.apache.pulsar as maven artifact group

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

commit 3d5ffa3119cd5492909ec8bad940a10d567cdc8b
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Fri Sep 9 23:55:59 2022 +0300

    Use org.apache.pulsar as maven artifact group
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 89dc173..5a3e666 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,6 +19,6 @@ plugins {
 }
 
 allprojects {
-    group = 'org.apache.pulsar.reactive.client'
+    group = 'org.apache.pulsar'
     apply plugin: 'io.spring.javaformat'
 }