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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new fa8a58496c3a Fix version in pulsar-admin-client dependency example
fa8a58496c3a is described below

commit fa8a58496c3a477c0ce552b6d58232a1821e93b5
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Wed May 8 11:19:57 2024 +0300

    Fix version in pulsar-admin-client dependency example
---
 docs/admin-get-started.md                         | 2 +-
 versioned_docs/version-3.0.x/admin-get-started.md | 4 ++--
 versioned_docs/version-3.2.x/admin-get-started.md | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/admin-get-started.md b/docs/admin-get-started.md
index 3114c6292359..3e1ccc63cf71 100644
--- a/docs/admin-get-started.md
+++ b/docs/admin-get-started.md
@@ -427,7 +427,7 @@ To manage topics using Java admin API, complete following 
steps.
   <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-client-admin</artifactId>
-        <version>2.11.0</version>
+        <version>@pulsar:version@</version>
     </dependency>
   ```
 
diff --git a/versioned_docs/version-3.0.x/admin-get-started.md 
b/versioned_docs/version-3.0.x/admin-get-started.md
index dc8b3cde0cc0..bc21620f44bc 100644
--- a/versioned_docs/version-3.0.x/admin-get-started.md
+++ b/versioned_docs/version-3.0.x/admin-get-started.md
@@ -426,7 +426,7 @@ This tutorial guides you through every step of using Java 
admin API to manage to
   <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-client-admin</artifactId>
-        <version>2.11.0</version>
+        <version>@pulsar:version@</version>
     </dependency>
   ```
 
@@ -525,4 +525,4 @@ This tutorial guides you through every step of using Java 
admin API to manage to
 
     - [REST API](reference-rest-api-overview.md)
 
-    - [Java admin API](/api/admin/)
\ No newline at end of file
+    - [Java admin API](/api/admin/)
diff --git a/versioned_docs/version-3.2.x/admin-get-started.md 
b/versioned_docs/version-3.2.x/admin-get-started.md
index 3114c6292359..6767d39cb6ec 100644
--- a/versioned_docs/version-3.2.x/admin-get-started.md
+++ b/versioned_docs/version-3.2.x/admin-get-started.md
@@ -427,7 +427,7 @@ To manage topics using Java admin API, complete following 
steps.
   <dependency>
         <groupId>org.apache.pulsar</groupId>
         <artifactId>pulsar-client-admin</artifactId>
-        <version>2.11.0</version>
+        <version>@pulsar:version@</version>
     </dependency>
   ```
 
@@ -526,4 +526,4 @@ To manage topics using Java admin API, complete following 
steps.
 
     - [REST API](reference-rest-api-overview.md)
 
-    - [Java admin API](/api/admin/)
\ No newline at end of file
+    - [Java admin API](/api/admin/)

Reply via email to