This is an automated email from the ASF dual-hosted git repository.
cbornet 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 5cd3137 Update maven coordinates in README (#110)
5cd3137 is described below
commit 5cd3137eb4e92ae86b2061fcd7c64fc72b488f4c
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Dec 9 15:52:23 2022 +0200
Update maven coordinates in README (#110)
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 3f0946c..82bea24 100644
--- a/README.adoc
+++ b/README.adoc
@@ -123,7 +123,7 @@ Adding Caffeine based producer cache with Maven:
</dependency>
<dependency>
<groupId>org.apache.pulsar</groupId>
- <artifactId>reactive-pulsar-producer-cache-caffeine</artifactId>
+ <artifactId>pulsar-client-reactive-producer-cache-caffeine</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
</dependencies>