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:08 UTC

[pulsar-client-reactive] 02/02: Fix artifact id in examples

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 ac37570e83d773ae59bf8db1af43121f645d213a
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Fri Sep 9 23:57:21 2022 +0300

    Fix artifact id in examples
---
 README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 127bc0c..6516dfa 100644
--- a/README.adoc
+++ b/README.adoc
@@ -45,7 +45,7 @@ With Maven:
 <dependencies>
     <dependency>
         <groupId>org.apache.pulsar</groupId>
-        <artifactId>reactive-pulsar-adapter</artifactId>
+        <artifactId>pulsar-client-reactive-adapter</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </dependency>
 </dependencies>
@@ -100,7 +100,7 @@ Adding Caffeine based producer cache with Maven:
 <dependencies>
     <dependency>
         <groupId>org.apache.pulsar</groupId>
-        <artifactId>reactive-pulsar-adapter</artifactId>
+        <artifactId>pulsar-client-reactive-adapter</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>