This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch lhotari-fix-maven-coordinates in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git
commit c2d688fb6e8f42a7abaaf19b1d0c90286c7dade6 Author: Lari Hotari <[email protected]> AuthorDate: Fri Dec 9 14:11:19 2022 +0200 Update maven coordinates in README --- 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>
